declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { overlay: { type: string; value: { componentName: string; props: { items: { key: string; category: 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: { type: string; value: (string | boolean)[]; }; defaultValue: string; setter: { componentName: string; props: { options: ({ title: string; value: string; } | { title: string; value: boolean; })[]; }; }; extraProps: { getValue(target: any, fieldValue: any): any; setValue(target: any, value: any): void; }; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; setter?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: { type: string; value: string[]; }; }; defaultValue?: undefined; setter?: undefined; extraProps?: undefined; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;