declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { defaultValue: number; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: (string | { type: string; value: string; })[]; }; defaultValue?: undefined; setter?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; setValue(target: any, range: any): void; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; condition(target: any): boolean; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; setter?: undefined; condition?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;