import type { Handler } from './index.js';
/**
 * Finds the nearest block comment before the component definition.
 */
declare const componentDocblockHandler: Handler;
export default componentDocblockHandler;
