import { ToReact } from './helpers.types'; import { ZAsyncContent } from '../async-content'; export type ZrAsyncContent_Props = ToReact<'AsyncContent'>; type ZrAsyncContent_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrAsyncContent_Type; export { Namespace as ZrAsyncContent };