import { ZShape_Props, ZShape_Slots } from '@zurich/dev-utils/code/Shape'; import { ToReactSlots } from './helperTypes'; export type ReactShape_Props = ToReactSlots; type ReactShape_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; } & {}; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ReactShape_Type; export { Namespace as ReactShape };