import { ToReact } from './helpers.types'; import { ZCard } from '../card'; export type ZrCard_Props = ToReact<'Card'>; type ZrCard_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrCard_Type; export { Namespace as ZrCard };