export declare const useTimer: ({ startFrom }: {
    startFrom: number;
}) => number | undefined;
