/** * @see {@link https://malkiii.github.io/react-pre-hooks/docs/hooks/useClock | useClock} hook. */ export declare const useClock: (args?: { timeout?: number; }) => Date;