import type Documentation from '../Documentation';
import type { Importer } from '../parse';
import type { NodePath } from 'ast-types/lib/node-path';
/**
 * Finds the nearest block comment before the component definition.
 */
export default function componentDocblockHandler(documentation: Documentation, path: NodePath, importer: Importer): void;
