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