declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { title: string; items: { label: string; children: string; }[]; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; extraProps?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; setter: string; initialValue: (val: any) => any; condition: () => boolean; } | { name: string; title: string; setter: string; initialValue: string; condition?: undefined; } | { name: string; title: string; setter: string; initialValue: number; condition?: undefined; } | { name: string; title: string; setter: { componentName: string; initialValue: { type: string; value: any[]; }; }; initialValue?: undefined; condition?: undefined; })[]; }; }; initialValue: () => { key: string; label: string; span: number; children: { type: string; value: any[]; }; }; }; }; }; extraProps: { getValue(target: any, fieldValue: any): any; setValue(target: any, value: any): void; }; propType?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: number; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter?: undefined; extraProps?: undefined; })[]; configure: { supports: { style: boolean; }; }; }; export default _default;