import { ToReact } from './helpers.types'; import { ZSafeSpace } from '../safe-space'; export type ZrSafeSpace_Props = ToReact<'SafeSpace'>; type ZrSafeSpace_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrSafeSpace_Type; export { Namespace as ZrSafeSpace };