/** * slot - The slide contents */ export declare class SwirlCarouselSlide { aspectRatio?: string; label?: string; minHeight?: string; width?: string; render(): any; }