import { FC, PropsWithChildren } from 'react'; import type { ResizableProps } from './Resizable.types'; export declare const Resizable: FC>; //# sourceMappingURL=Resizable.d.ts.map