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; 'x-decorator-props'?: undefined; }; }; defaultValue: any; }; }; } | { name: string; title: string; display: string; setter: { componentName: string; props: { propsSchema: { properties: { 'x-decorator-props': import("@formily/react").Stringify<{ [key: symbol]: any; [key: `x-${string}`]: any; [key: `x-${number}`]: any; version?: string; name?: import("@formily/react").SchemaKey; title?: any; description?: any; default?: any; readOnly?: boolean; writeOnly?: boolean; type?: import("@formily/react").SchemaTypes; enum?: import("@formily/react").SchemaEnum; const?: any; multipleOf?: number; maximum?: number; exclusiveMaximum?: number; minimum?: number; exclusiveMinimum?: number; maxLength?: number; minLength?: number; pattern?: string | RegExp; maxItems?: number; minItems?: number; uniqueItems?: boolean; maxProperties?: number; minProperties?: number; required?: string | boolean | string[]; format?: string; $ref?: string; $namespace?: string; definitions?: import("@formily/react").SchemaProperties; properties?: import("@formily/react").SchemaProperties; items?: import("@formily/react").SchemaItems; additionalItems?: import("@formily/react").Stringify; patternProperties?: import("@formily/react").SchemaProperties; additionalProperties?: import("@formily/react").Stringify; "x-value"?: any; "x-index"?: number; "x-pattern"?: any; "x-display"?: any; "x-validator"?: any; "x-decorator"?: any; "x-decorator-props"?: any; "x-component"?: any; "x-component-props"?: any; "x-reactions"?: import("@formily/react").SchemaReactions; "x-content"?: any; "x-data"?: any; "x-visible"?: boolean; "x-hidden"?: boolean; "x-disabled"?: boolean; "x-editable"?: boolean; "x-read-only"?: boolean; "x-read-pretty"?: boolean; "x-compile-omitted"?: string[]; }>; 'x-component-props'?: undefined; }; }; defaultValue: any; }; }; })[]; supports: { style: boolean; }; }; advanced: {}; icon: any; }; export default _default;