declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { menu: { items: { key: string; label: 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: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; setter: string; isRequired: boolean; propType?: undefined; defaultValue?: undefined; } | { name: string; title: string; setter: string; isRequired?: undefined; propType?: undefined; defaultValue?: undefined; } | { name: string; title: string; propType: string; setter: string; defaultValue: boolean; isRequired?: undefined; } | { name: string; title: string; propType: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; setter: string; isRequired: boolean; initialValue: (val: any) => any; } | { name: string; title: string; setter: string; isRequired: boolean; initialValue?: undefined; })[]; }; }; }; }; }; isRequired?: undefined; defaultValue?: undefined; })[]; }; }; }; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: { componentName: string; props: { options: { label: string; value: string; }[]; mode?: undefined; defaultValue?: undefined; }; }; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: { type: string; value: string[]; }; }; defaultValue: string[]; setter: { componentName: string; props: { mode: string; options: { label: string; value: string; }[]; defaultValue: string[]; }; }; })[]; configure: { supports: { style: boolean; events: { name: string; title: string; template: string; }[]; }; }; }; export default _default;