declare const useResizeComponent: (minWidth: number) => { componentWidth: number; resizeComponent: () => void; componentRef: import("react").RefObject; setComponentWidth: import("react").Dispatch>; }; export { useResizeComponent };