import { ToReact } from './helpers.types'; import { ZRequest } from '../request'; export type ZrRequest_Props<_T = any> = ToReact<'Request'>; type ZrRequest_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrRequest_Type; export { Namespace as ZrRequest };