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