import './style';
import { TdCountDownProps } from './type';
export * from './type';
export type CountDownProps = TdCountDownProps;
export declare const CountDown: {
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        autoStart: {
            type: BooleanConstructor;
            default: boolean;
        };
        content: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
            default: string;
        };
        format: {
            type: StringConstructor;
            default: string;
        };
        millisecond: BooleanConstructor;
        size: {
            type: import("vue").PropType<"large" | "medium" | "small">;
            default: "large" | "medium" | "small";
            validator(val: "large" | "medium" | "small"): boolean;
        };
        splitWithUnit: BooleanConstructor;
        theme: {
            type: import("vue").PropType<"default" | "round" | "square">;
            default: "default" | "round" | "square";
            validator(val: "default" | "round" | "square"): boolean;
        };
        time: {
            type: NumberConstructor;
            required: boolean;
        };
        onChange: import("vue").PropType<(time: import("@/components").TimeData) => void>;
        onFinish: import("vue").PropType<() => void>;
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
        autoStart: boolean;
        content: string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
        format: string;
        millisecond: boolean;
        size: "large" | "medium" | "small";
        splitWithUnit: boolean;
        theme: "default" | "round" | "square";
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        autoStart: {
            type: BooleanConstructor;
            default: boolean;
        };
        content: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
            default: string;
        };
        format: {
            type: StringConstructor;
            default: string;
        };
        millisecond: BooleanConstructor;
        size: {
            type: import("vue").PropType<"large" | "medium" | "small">;
            default: "large" | "medium" | "small";
            validator(val: "large" | "medium" | "small"): boolean;
        };
        splitWithUnit: BooleanConstructor;
        theme: {
            type: import("vue").PropType<"default" | "round" | "square">;
            default: "default" | "round" | "square";
            validator(val: "default" | "round" | "square"): boolean;
        };
        time: {
            type: NumberConstructor;
            required: boolean;
        };
        onChange: import("vue").PropType<(time: import("@/components").TimeData) => void>;
        onFinish: import("vue").PropType<() => void>;
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
        autoStart: boolean;
        content: string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
        format: string;
        millisecond: boolean;
        size: "large" | "medium" | "small";
        splitWithUnit: boolean;
        theme: "default" | "round" | "square";
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    autoStart: {
        type: BooleanConstructor;
        default: boolean;
    };
    content: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
        default: string;
    };
    format: {
        type: StringConstructor;
        default: string;
    };
    millisecond: BooleanConstructor;
    size: {
        type: import("vue").PropType<"large" | "medium" | "small">;
        default: "large" | "medium" | "small";
        validator(val: "large" | "medium" | "small"): boolean;
    };
    splitWithUnit: BooleanConstructor;
    theme: {
        type: import("vue").PropType<"default" | "round" | "square">;
        default: "default" | "round" | "square";
        validator(val: "default" | "round" | "square"): boolean;
    };
    time: {
        type: NumberConstructor;
        required: boolean;
    };
    onChange: import("vue").PropType<(time: import("@/components").TimeData) => void>;
    onFinish: import("vue").PropType<() => void>;
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
    autoStart: boolean;
    content: string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
    format: string;
    millisecond: boolean;
    size: "large" | "medium" | "small";
    splitWithUnit: boolean;
    theme: "default" | "round" | "square";
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
export default CountDown;
