import type { AutoResizerProps } from '../auto-resizer'; declare const useAutoResize: (props: AutoResizerProps) => { sizer: any; width: any; height: any; }; export { useAutoResize };