import { BaseComponent, CustomTokens } from './_shared'; export type ZCardCarousel_Custom = 'gap'; export type ZCardCarousel_Props = BaseComponent & Partial<{ readonly height: number; /** */ readonly custom: CustomTokens; }>; export declare const zCardCarouselSlots: never[]; export type ZCardCarousel_Slots = (typeof zCardCarouselSlots)[number]; export type ZCardCarousel_Events = {};