declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { items: { children: { type: string; value: any[]; }; }[]; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; defaultValue: () => string; setter: string; supportVariable: boolean; propType?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: { name: string; title: { label: string; tip: string; }; setter: { componentName: string; initialValue: { type: string; value: any[]; }; }; }[]; }; }; initialValue: () => { children: { type: string; value: any[]; }; }; }; }; }; defaultValue?: undefined; supportVariable?: undefined; propType?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: number; supportVariable?: undefined; })[]; configure: { supports: { style: boolean; className: boolean; }; component: { isContainer: boolean; }; }; }; export default _default;