declare const _default: { snippets: { title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { pageSize: number; total: number; current: number; }; }; }[]; componentName: string; title: import("../_utils/i18n").I18nText; category: string; props: ({ title: import("../_utils/i18n").I18nText; display: string; type: string; items: { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; setter: string; defaultValue: number; }[]; } | { title: import("../_utils/i18n").I18nText; display: string; type: string; items: ({ name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; setter: string; defaultValue: boolean; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; setter: string; defaultValue?: undefined; })[]; } | { title: import("../_utils/i18n").I18nText; display: string; type: string; items: ({ name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; setter: string; defaultValue: boolean; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: { type: string; value: string[]; }; setter: (string | { 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: (string | { componentName: string; props: { template: string; }; })[]; defaultValue?: undefined; })[]; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;