import type { AttributeSchemaOptions } from '../types'; declare const _default: (options: AttributeSchemaOptions) => { type: string; 'x-component': string; 'x-component-props': { ghost: boolean; destroyInactivePanel: boolean; defaultActiveKey: never[]; }; properties: { fillColor: { type: string; 'x-component': string; 'x-component-props': { header: string; }; properties: { fillColorField: { type: string; title: string; 'x-decorator': string; 'x-component': string; 'x-decorator-props': { tooltip: string; }; 'x-component-props': { allowClear: boolean; placeholder: string; }; enum: { value: string; label: string; }[]; }; fillColorScale: { type: string; title: string; default: string; enum: { label: string; value: string; }[]; 'x-decorator': string; 'x-component': string; 'x-component-props': { placeholder: string; }; 'x-decorator-props': {}; 'x-reactions': { dependencies: string[]; fulfill: { state: { visible: string; }; }; }[]; }; fillColor: { type: string; title: string; default: string; 'x-decorator': string; 'x-component': string; 'x-component-props': { placeholder: string; }; 'x-decorator-props': {}; 'x-reactions': { dependencies: string[]; fulfill: { state: { visible: string; }; }; }[]; }; fillColorRange: { type: string; title: string; default: { colors: string[]; isReversed: boolean; }; 'x-decorator': string; 'x-component': string; 'x-decorator-props': {}; 'x-component-props': { options: import("../types").ColorRange[]; }; 'x-reactions': { dependencies: string[]; fulfill: { state: { visible: string; }; }; }[]; }; fillColorOpacity: { type: string; title: string; default: number; 'x-decorator-props': {}; 'x-decorator': string; 'x-component': string; 'x-component-props': { min: number; max: number; step: number; }; }; }; }; }; }; export default _default;