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