import { PropDef, PropsExtractor } from '@storybook/docs-tools'; export interface PropDefMap { [p: string]: PropDef; } export declare const extractProps: PropsExtractor;