declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { colspan: number; }; children: { componentName: string; props: { children: string; }; }; }; }[]; componentName: string; title: string; category: string; group: string; docUrl: string; npm: { package: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ title: string; display: string; type: string; items: ({ name: string; setter: { componentName: string; setter?: undefined; initialValue?: undefined; }; title: { label: string; tip: string; }; propType?: undefined; defaultValue?: undefined; } | { name: string; setter: { setter: string; initialValue: number; componentName?: undefined; }; title: { label: string; tip: string; }; propType?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { template: string; }; })[]; defaultValue?: undefined; })[]; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;