import type Documentation from '../Documentation';
import type { Importer } from '../parse';
import type { NodePath } from 'ast-types/lib/node-path';
export default function defaultPropsHandler(documentation: Documentation, componentDefinition: NodePath, importer: Importer): void;
