import { ZTag_Props, ZTag_Slots } from '@zurich/dev-utils/code/Tag'; import { ToReactSlots } from './helperTypes'; export type ReactTag_Props = ToReactSlots; type ReactTag_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; } & {}; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ReactTag_Type; export { Namespace as ReactTag };