import { ToReact } from './helpers.types'; import { ZCardCarousel } from '../card-carousel'; export type ZrCardCarousel_Props = ToReact<'CardCarousel'>; type ZrCardCarousel_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrCardCarousel_Type; export { Namespace as ZrCardCarousel };