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