import { ToReact } from './helpers.types'; import { ZResizer } from '../resizer'; export type ZrResizer_Props = ToReact<'Resizer'>; type ZrResizer_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrResizer_Type; export { Namespace as ZrResizer };