export declare const Card: { type: string; properties: { labelCol: { type: string; 'x-decorator': string; 'x-component': string; }; wrapperCol: { type: string; 'x-decorator': string; 'x-component': string; }; labelWidth: { 'x-decorator': string; 'x-component': string; }; wrapperWidth: { 'x-decorator': string; 'x-component': string; }; colon: { type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultChecked: boolean; }; }; feedbackLayout: { type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; }; size: { type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; }; layout: { type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; }; tooltipLayout: { type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; }; labelAlign: { type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; }; wrapperAlign: { type: string; enum: string[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultValue: string; }; }; labelWrap: { type: string; 'x-decorator': string; 'x-component': string; }; wrapperWrap: { type: string; 'x-decorator': string; 'x-component': string; }; fullness: { type: string; 'x-decorator': string; 'x-component': string; }; inset: { type: string; 'x-decorator': string; 'x-component': string; }; shallow: { type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultChecked: boolean; }; }; bordered: { type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { defaultChecked: boolean; }; }; }; }; declare const _default: ({ 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; }; }; })[]; export default _default;