export declare function useCountDown(start?: number): readonly [import("vue").Ref<number>, (st?: number) => void];
