declare const _default: import("vue").DefineComponent<{
    autoStart: {
        type: BooleanConstructor;
        default: boolean;
    };
    content: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
        default: string;
    };
    format: {
        type: StringConstructor;
        default: string;
    };
    millisecond: BooleanConstructor;
    size: {
        type: import("vue").PropType<"small" | "medium" | "large">;
        default: "small" | "medium" | "large";
        validator(val: "small" | "medium" | "large"): boolean;
    };
    splitWithUnit: BooleanConstructor;
    theme: {
        type: import("vue").PropType<"round" | "default" | "square">;
        default: "round" | "default" | "square";
        validator(val: "round" | "default" | "square"): boolean;
    };
    time: {
        type: NumberConstructor;
        required: boolean;
    };
    onChange: import("vue").PropType<(time: import("./type").TimeData) => void>;
    onFinish: import("vue").PropType<() => void>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    autoStart: {
        type: BooleanConstructor;
        default: boolean;
    };
    content: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
        default: string;
    };
    format: {
        type: StringConstructor;
        default: string;
    };
    millisecond: BooleanConstructor;
    size: {
        type: import("vue").PropType<"small" | "medium" | "large">;
        default: "small" | "medium" | "large";
        validator(val: "small" | "medium" | "large"): boolean;
    };
    splitWithUnit: BooleanConstructor;
    theme: {
        type: import("vue").PropType<"round" | "default" | "square">;
        default: "round" | "default" | "square";
        validator(val: "round" | "default" | "square"): boolean;
    };
    time: {
        type: NumberConstructor;
        required: boolean;
    };
    onChange: import("vue").PropType<(time: import("./type").TimeData) => void>;
    onFinish: import("vue").PropType<() => void>;
}>>, {
    content: string | ((h: typeof import("vue").h) => import("..").SlotReturnValue);
    theme: "round" | "default" | "square";
    size: "small" | "medium" | "large";
    autoStart: boolean;
    millisecond: boolean;
    format: string;
    splitWithUnit: boolean;
}, {}>;
export default _default;
