import React from "react";
declare type Props = {
    children: React.ReactNode;
    width: string;
};
export declare const Resizable: ({ children, width }: Props) => JSX.Element;
export {};
//# sourceMappingURL=resizable.d.ts.map