declare const _default: { snippets: { title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { overlay: { type: string; value: { componentName: string; props: { items: { key: string; category: string; title: string; }[]; }; children: { componentName: string; id: string; props: { key: string; category: string; title: string; children: string; }; }[]; }[]; }; }; children: { componentName: string; props: { type: string; children: { type: string; value: ({ componentName: string; props: { children: string; style: { color: string; marginLeft?: undefined; verticalAlign?: undefined; }; type?: undefined; size?: undefined; }; } | { componentName: string; props: { type: string; size: number; style: { marginLeft: number; verticalAlign: string; color?: undefined; }; children?: 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 | boolean)[]; }; defaultValue: string; setter: { componentName: string; props: { options: ({ title: import("../_utils/i18n").I18nText; value: string; } | { title: import("../_utils/i18n").I18nText; value: boolean; })[]; }; }; extraProps: { getValue(target: any): any; setValue(target: any, value: any): void; }; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue: boolean; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue?: undefined; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: { type: string; value: { type: string; value: string[]; }; }; defaultValue?: undefined; setter?: undefined; extraProps?: undefined; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;