import { ZAvatar_Props, ZAvatar_Slots } from '@zurich/dev-utils/code/Avatar'; import { ToReactSlots } from './helperTypes'; export type ReactAvatar_Props = ToReactSlots; type ReactAvatar_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; } & {}; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ReactAvatar_Type; export { Namespace as ReactAvatar };