declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    autoStart: {
        type: BooleanConstructor;
        default: boolean;
    };
    content: {
        type: import("vue").PropType<import("@/components").TdCountDownProps['content']>;
        default: string;
    };
    format: {
        type: StringConstructor;
        default: string;
    };
    millisecond: BooleanConstructor;
    size: {
        type: import("vue").PropType<import("@/components").TdCountDownProps['size']>;
        default: import("@/components").TdCountDownProps['size'];
        validator(val: import("@/components").TdCountDownProps['size']): boolean;
    };
    splitWithUnit: BooleanConstructor;
    theme: {
        type: import("vue").PropType<import("@/components").TdCountDownProps['theme']>;
        default: import("@/components").TdCountDownProps['theme'];
        validator(val: import("@/components").TdCountDownProps['theme']): boolean;
    };
    time: {
        type: NumberConstructor;
        required: boolean;
    };
    onChange: import("vue").PropType<import("@/components").TdCountDownProps['onChange']>;
    onFinish: import("vue").PropType<import("@/components").TdCountDownProps['onFinish']>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    autoStart: {
        type: BooleanConstructor;
        default: boolean;
    };
    content: {
        type: import("vue").PropType<import("@/components").TdCountDownProps['content']>;
        default: string;
    };
    format: {
        type: StringConstructor;
        default: string;
    };
    millisecond: BooleanConstructor;
    size: {
        type: import("vue").PropType<import("@/components").TdCountDownProps['size']>;
        default: import("@/components").TdCountDownProps['size'];
        validator(val: import("@/components").TdCountDownProps['size']): boolean;
    };
    splitWithUnit: BooleanConstructor;
    theme: {
        type: import("vue").PropType<import("@/components").TdCountDownProps['theme']>;
        default: import("@/components").TdCountDownProps['theme'];
        validator(val: import("@/components").TdCountDownProps['theme']): boolean;
    };
    time: {
        type: NumberConstructor;
        required: boolean;
    };
    onChange: import("vue").PropType<import("@/components").TdCountDownProps['onChange']>;
    onFinish: import("vue").PropType<import("@/components").TdCountDownProps['onFinish']>;
}>> & Readonly<{}>, {
    autoStart: boolean;
    content: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue);
    format: string;
    millisecond: boolean;
    size: "large" | "medium" | "small";
    splitWithUnit: boolean;
    theme: "default" | "round" | "square";
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
