export declare function useToggle(toggled: boolean): { wrapperRef: import("react").RefObject; contentRef: import("react").RefObject; };