declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: {}; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; }[]; name?: undefined; extraProps?: undefined; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; })[]; name?: undefined; extraProps?: undefined; } | { name: string; title: string; type: string; extraProps: { display: string; }; items: { name: string; title: { label: string; tip: string; }; setter: string; extraProps: { display: string; }; }[]; display?: undefined; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; step?: undefined; }; }; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: number; setter: { componentName: string; props: { step: number; options?: undefined; }; }; })[]; name?: undefined; extraProps?: undefined; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;