declare const _default: { snippets: ({ title: string; schema: { componentName: string; props: {}; children: { componentName: string; props: { span: number; }; }[]; }; screenshot?: undefined; } | { title: string; screenshot: string; schema: { componentName: string; props: {}; children: { componentName: string; props: { span: number; }; }[]; }; })[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; defaultValue?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; }; }; defaultValue: number; extraProps: { getValue(target: any): any; setValue(target: any, value: any): void; }; } | { name: string; title: { label: string; tip: string; }; defaultValue: string; propType: { type: string; value: string[]; }; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; extraProps?: undefined; })[]; configure: { component: { isContainer: boolean; nestingRule: { childWhitelist: string[]; }; }; supports: { style: boolean; }; }; }; export default _default;