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