import { NodeSelectionMode } from '@antv/gi-common-components'; 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; }; }; }; }; }; labelFormat: { title: string; type: string; properties: { enable: { title: string; type: string; 'x-decorator': string; 'x-component': string; 'x-reactions': { target: string; fulfill: { state: { visible: string; }; }; }[]; default: boolean; }; mainLabel: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: any[]; 'x-component-props': { mode: string; allowClear: boolean; showSearch: boolean; }; }; subLabel: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: any[]; 'x-component-props': { mode: string; allowClear: boolean; showSearch: boolean; }; }; }; }; nodeSelectionMode: { title: string; type: string; enum: { value: NodeSelectionMode; label: string; }[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { mode: string; }; default: NodeSelectionMode[]; }; nodeLabel: { title: string; type: string; 'x-decorator': string; 'x-component': string; enum: { value: string; label: string; }[]; default: string; 'x-component-props': { showSearch: boolean; }; }; }; export default registerMeta;