import { ToReact } from './helpers.types'; import { ZCookiesConsent } from '../cookies-consent'; export type ZrCookiesConsent_Props = ToReact<'CookiesConsent'>; type ZrCookiesConsent_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrCookiesConsent_Type; export { Namespace as ZrCookiesConsent };