import type { PropType, CSSProperties } from 'vue'; import type { SizeType } from '../ele-tag/types'; import { ValidatorFunction, ValidatorPromise, BeforeRemoveFunction, BeforeRemovePromise } from './types'; declare const _default: { data: { type: PropType; required: boolean; }; color: StringConstructor; size: PropType; placeholder: { type: StringConstructor; default: string; }; inputStyle: PropType; unique: { type: BooleanConstructor; default: boolean; }; uniqueMessage: { type: StringConstructor; default: string; }; validator: PropType; beforeRemove: PropType; }; export default _default;