declare const _default: { group: string; componentName: string; title: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; propType: string; defaultValue: string; description?: undefined; } | { name: string; propType: string; defaultValue?: undefined; description?: undefined; } | { name: string; propType: string; description: string; defaultValue: number; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; propType: string; description: string; defaultValue?: undefined; } | { name: string; propType: string; description: string; defaultValue: boolean; })[]; configure: { component: { isContainer: boolean; }; props: ({ name: string; title: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; setter: string; supportVariable: boolean; description: string; } | { name: string; setter: { componentName: string; props: { options: string[]; }; }; description: string; title?: undefined; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: string; supportVariable: boolean; description: string; })[]; }; }; initialValue: () => { primaryKey: string; title: string; }; }; options?: undefined; }; }; extraProps: { getValue(target: any, fieldValue: any): any; setValue(target: any, value: any): void; }; defaultValue?: undefined; supportVariable?: undefined; } | { name: string; setter: (target: any) => { componentName: string; props: { setters: (string | { componentName: string; props: { min: number; max: number; defaultValue: number; }; })[]; }; }; title: string; defaultValue: number; extraProps?: undefined; supportVariable?: undefined; } | { name: string; setter: { componentName: string; props: { options: string[]; itemSetter?: undefined; }; }; title: string; defaultValue: string; extraProps?: undefined; supportVariable?: undefined; } | { name: string; setter: string; supportVariable: boolean; title: string; extraProps?: undefined; defaultValue?: undefined; } | { name: string; setter: string; supportVariable: boolean; title: string; defaultValue: boolean; extraProps?: undefined; })[]; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; direction: string; labelPlacement: string; shape: string; animation: boolean; }; children: any; }; }[]; }; export default _default;