import { type Dispatch, type SetStateAction } from "react"; type Props = { panelWidth: number; setWidth: Dispatch>; }; export declare function ResizableEdge({ panelWidth, setWidth }: Props): any; export {};