import { ToReact } from './helpers.types'; import { ZAvatar } from '../avatar'; export type ZrAvatar_Props = ToReact<'Avatar'>; type ZrAvatar_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrAvatar_Type; export { Namespace as ZrAvatar };