declare const _default: { snippets: { title: string; schema: { title: string; componentName: string; props: {}; }; }[]; componentName: string; title: string; group: string; category: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; configure: { props: ({ name: string; title: string; display: string; setter: { componentName: string; props: { propsSchema: { type: string; properties: { 'field-group': { type: string; 'x-component': string; properties: { name: { title: string; type: string; 'x-decorator': string; 'x-component': string; }; title: { title: string; type: string; 'x-decorator': string; 'x-component': string; }; description: { title: string; type: string; 'x-decorator': string; 'x-component': string; }; 'x-display': { title: string; type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; 'x-decorator-props': { tooltip: string; }; }; 'x-pattern': { title: string; type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; }; default: { title: string; 'x-decorator': string; 'x-component': string; }; enum: { title: string; 'x-decorator': string; 'x-component': string; }; 'x-reactions': { 'x-decorator': string; 'x-component': string; }; 'x-validator': { type: string; 'x-component': string; }; required: { title: string; type: string; 'x-decorator': string; 'x-component': string; }; }; }; }; }; defaultValue: any; }; }; } | { name: string; title: string; display: string; setter: { componentName: string; props: { propsSchema: { properties: { 'x-component-props': any; }; }; defaultValue: any; }; }; })[]; component: { isContainer: boolean; }; supports: { style: boolean; }; }; advanced: {}; icon: any; }; export default _default;