import { ToReact } from './helpers.types'; import { ZLogo } from '../logo'; export type ZrLogo_Props = ToReact<'Logo'>; type ZrLogo_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrLogo_Type; export { Namespace as ZrLogo };