import { Dispatch, SetStateAction } from 'react'; export declare const useExpand: (expanded: boolean, onExpand?: (isExpanded: boolean) => void) => [boolean, Dispatch>];