export declare const fieldSchema: { 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; }; }; }; }; };