export type ZCookiesConsent_Props = Partial<{ /** */ readonly custom: {}; }>; export declare const zCookiesConsentSlots: never[]; export type ZCookiesConsent_Slots = (typeof zCookiesConsentSlots)[number]; export type ZCookiesConsent_Events = {};