import { PropType } from 'vue'; import { TdColorPickerProps } from '../../type'; declare const _default: import("vue").DefineComponent<{ color: { type: StringConstructor; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; borderless: { type: BooleanConstructor; default: boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; inputProps: { type: PropType; default: () => { autoWidth: boolean; }; }; onTriggerChange: { type: FunctionConstructor; default: () => () => void; }; onTriggerClear: { type: FunctionConstructor; default: () => () => void; }; size: { type: PropType; default: string; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => { autoWidth: boolean; }; }; onTriggerChange: { type: FunctionConstructor; default: () => () => void; }; onTriggerClear: { type: FunctionConstructor; default: () => () => void; }; size: { type: PropType; default: string; }; }>>, { disabled: boolean; color: string; size: import("../../..").SizeEnum; borderless: boolean; clearable: boolean; inputProps: { autoWidth: boolean; }; onTriggerChange: Function; onTriggerClear: Function; }, {}>; export default _default;