import { CardsCarouselMetadata, CarouselCardShape } from './types'; import * as i0 from "@angular/core"; /** * val-cards-carousel * * A horizontal carousel of cards with optional action header. * Combines HorizontalScroll for smooth horizontal scrolling with inline * card rendering for consistent card styling. * * @example * * * @input props - Carousel configuration with cards and optional header */ export declare class CardsCarouselComponent { /** * Carousel configuration with cards and optional header. */ props: CardsCarouselMetadata; /** * Merges shape color with additional styles. */ mergeShapeStyle(shape: CarouselCardShape): { [key: string]: string | number; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }