import { ToReact } from './helpers.types'; import { ZShape } from '../shape'; export type ZrShape_Props = ToReact<'Shape'>; type ZrShape_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrShape_Type; export { Namespace as ZrShape };