import { ToReact } from './helpers.types'; import { ZIcon } from '../icon'; export type ZrIcon_Props = ToReact<'Icon'>; type ZrIcon_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrIcon_Type; export { Namespace as ZrIcon };