declare const extensionConfigs: { Card: { title: { title: string; }; subTitle: { title: string; }; schema: { type: string; properties: { title: { type: string; title: string; required: boolean; 'x-component': string; }; subTitle: { type: string; title: string; required: boolean; 'x-component': string; }; }; }; }; DatePicker: { placeholder: {}; format: { title: string; description: string; }; showTime: { title: string; }; schema: { type: string; properties: { placeholder: { type: string; title: string; required: boolean; 'x-component': string; }; format: { type: string; title: string; required: boolean; default: string; 'x-component': string; description: string; }; showTime: { type: string; title: string; required: boolean; default: boolean; 'x-component': string; }; }; }; }; Form: { size: { title: string; editable: boolean; }; labelAlign: { title: string; editable: boolean; }; labelTextAlign: { title: string; editable: boolean; }; labelCol: { title: string; description: string; }; wrapperCol: { title: string; description: string; }; schema: { type: string; properties: { size: { type: string; title: string; required: boolean; default: string; enum: { label: string; value: string; }[]; 'x-component': string; editable: boolean; }; labelAlign: { type: string; title: string; required: boolean; default: string; enum: { label: string; value: string; }[]; 'x-component': string; editable: boolean; }; labelTextAlign: { type: string; title: string; required: boolean; enum: { label: string; value: string; }[]; 'x-component': string; editable: boolean; }; labelCol: { type: string; title: string; required: boolean; 'x-component': string; description: string; }; wrapperCol: { type: string; title: string; required: boolean; 'x-component': string; description: string; }; }; }; }; Input: { placeholder: {}; addonTextBefore: {}; addonTextAfter: {}; schema: { type: string; properties: { placeholder: { type: string; title: string; required: boolean; 'x-component': string; }; addonTextBefore: { type: string; title: string; required: boolean; 'x-component': string; }; addonTextAfter: { type: string; title: string; required: boolean; 'x-component': string; }; }; }; }; NumberPicker: { step: {}; precision: {}; innerAfter: { title: string; }; schema: { type: string; properties: { step: { type: string; title: string; required: boolean; default: number; 'x-component': string; }; precision: { type: string; title: string; required: boolean; default: number; 'x-component': string; }; innerAfter: { type: string; title: string; required: boolean; 'x-component': string; }; }; }; }; Transfer: { mode: { description: string; }; notFoundContent: {}; sortable: {}; showSearch: {}; schema: { type: string; properties: { mode: { type: string; title: string; required: boolean; default: string; enum: { label: string; value: string; }[]; 'x-component': string; description: string; }; notFoundContent: { type: string; title: string; required: boolean; default: string; 'x-component': string; }; sortable: { type: string; title: string; required: boolean; default: boolean; 'x-component': string; }; showSearch: { type: string; title: string; required: boolean; default: boolean; 'x-component': string; }; }; }; }; TimePicker: { placeholder: {}; format: { title: string; description: string; }; schema: { type: string; properties: { placeholder: { type: string; title: string; required: boolean; 'x-component': string; }; format: { type: string; title: string; required: boolean; default: string; 'x-component': string; description: string; }; }; }; }; }; export default extensionConfigs;