import type { PropType } from 'vue'; import type { ColorFormatType, SizeType } from './types'; declare const _default: { value: StringConstructor; colorFormat: { type: PropType; validator: (value: string) => boolean; }; showAlpha: BooleanConstructor; predefine: PropType; size: { type: PropType; validator: (value: string) => boolean; }; disabled: BooleanConstructor; popperClass: StringConstructor; customClass: StringConstructor; cancelText: StringConstructor; okText: StringConstructor; }; export default _default;