interface IUseEnableClockInactivityProps {
    enabled?: boolean;
}
export declare const useEnableClockInactivity: (props?: IUseEnableClockInactivityProps) => void;
export {};
