import { PropDef } from '@storybook/components';
import { PropsExtractor } from '../../lib/docgen';
export interface PropDefMap {
    [p: string]: PropDef;
}
export declare const extractProps: PropsExtractor;
