/** * @see {@link https://malkiii.github.io/react-pre-hooks/docs/hooks/useBoolean | useBoolean} hook. */ export declare const useBoolean: (initial?: boolean) => readonly [boolean, (value?: React.SetStateAction) => void];