import { TdCountDownProps } from './type'; import { PropType } from 'vue'; declare const _default: { autoStart: { type: BooleanConstructor; default: boolean; }; content: { type: PropType; default: string; }; format: { type: StringConstructor; default: string; }; millisecond: BooleanConstructor; size: { type: PropType; default: TdCountDownProps['size']; validator(val: TdCountDownProps['size']): boolean; }; splitWithUnit: BooleanConstructor; theme: { type: PropType; default: TdCountDownProps['theme']; validator(val: TdCountDownProps['theme']): boolean; }; time: { type: NumberConstructor; required: boolean; }; onChange: PropType; onFinish: PropType; }; export default _default;