interface IUseClockInactivityProps {
    enabled?: boolean;
    inactivityDuration?: number;
}
export declare const useClockInactivity: (props?: IUseClockInactivityProps) => void;
export {};
