export declare const useBoolean: (intialState?: boolean) => (boolean | ((x: boolean) => void))[];