declare const registerMeta: ({ schemaData }: { schemaData: any; }) => { GI_CONTAINER_INDEX: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { min: number; max: number; }; default: number; }; GIAC_CONTENT: { type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { ghost: boolean; className: string; }; properties: { GIAC_CONTENT: { type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { header: string; }; properties: { visible: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: boolean; }; disabled: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: boolean; }; isShowTitle: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-reactions': { target: string; fulfill: { state: { visible: string; }; }; }[]; default: boolean; }; title: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: string; }; isShowIcon: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: boolean; 'x-reactions': { target: string; fulfill: { state: { visible: string; }; }; }[]; }; icon: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: string; }; isShowTooltip: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-reactions': { target: string; fulfill: { state: { visible: string; }; }; }[]; default: boolean; }; tooltip: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: string; }; tooltipColor: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: string; }; tooltipPlacement: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { options: { value: string; label: string; }[]; }; default: string; }; hasDivider: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: boolean; }; height: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: string; }; isVertical: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: boolean; }; containerType: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { label: string; value: string; }[]; default: string; }; containerAnimate: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: boolean; }; containerDraggable: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: boolean; }; dragHandle: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { options: { value: string; label: string; }[]; }; default: string; }; containerPlacement: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { options: { value: string; label: string; }[]; }; default: string; }; offset: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: number[]; }; containerWidth: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: string; }; containerHeight: { title: string; type: string; 'x-decorator': string; 'x-component': string; default: string; }; contaienrMask: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': {}; default: boolean; }; }; }; }; }; timeField: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { label: string; options: { label: string; value: string; }[]; }[]; }; yField: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { label: string; options: { label: string; value: string; }[]; }[]; 'x-decorator-props': { tooltip: string; }; }; aggregation: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { label: string; value: string; }[]; default: string; }; defaultTimeLength: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { options: { value: string; label: string; }[]; }; default: string; }; timeGranularity: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { label: string; value: string; }[]; 'x-linkages': { type: string; target: string; condition: string; schema: { 'x-component-props': { picker: string; }; }; }[]; default: string; }; speed: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { label: string; value: import("./types").Speed; }[]; default: number; }; playMode: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { label: string; value: string; }[]; default: string; }; }; export default registerMeta;