export declare function useTimedToggle(initialValue: boolean): [boolean, (timeout: number) => void];
