/** @tossdocs-ignore */ export declare function useToggleState(defaultValue?: boolean): readonly [boolean, () => void];