import { CodeSample } from './_shared'; import { ZCookiesConsent_Props } from './CookiesConsent.props'; export * from './CookiesConsent.props'; export type ZCookiesConsent_CodeProps = ZCookiesConsent_Props; declare function Web(_props: ZCookiesConsent_CodeProps): CodeSample; export declare const CookiesConsent: { name: string; category: "organisms"; slots: never[]; web: typeof Web; };