type TypeCarouselCardsRequirements = { headline?: HTMLElement | null; text?: HTMLElement | null; actions?: HTMLElement | null; slide: HTMLElement; shadowRef?: HTMLElement; cards: HTMLElement[]; }; export declare const createCompositeCarouselCards: (props: TypeCarouselCardsRequirements) => { element: HTMLDivElement; styles: string; events: { resize: () => void; load: () => void; }; }; export {}; //# sourceMappingURL=index.d.ts.map