declare const useBoolean: (defaultValue?: boolean) => { value: boolean; onTrue: () => void; onFalse: () => void; onToggle: () => void; setValue: import("react").Dispatch>; }; export default useBoolean; //# sourceMappingURL=index.d.ts.map