import { ToReact } from './helpers.types'; import { ZLink } from '../link'; export type ZrLink_Props = ToReact<'Link'>; type ZrLink_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrLink_Type; export { Namespace as ZrLink };