declare const _default: { title: string; category: string; group: string; docUrl: string; componentName: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; }; }[]; display?: undefined; type?: undefined; items?: undefined; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }[]; name?: undefined; propType?: undefined; setter?: undefined; })[]; configure: { component: { isContainer: boolean; component: { isContainer: boolean; nestingRule: { childWhitelist: string[]; }; }; }; supports: { style: boolean; className: boolean; }; }; snippets: { title: string; screenshot: any; category: string; group: string; schema: { componentName: string; props: { columns: number; }; children: { componentName: string; props: {}; }[]; }; }[]; }; export default _default;