interface CardStackProps { featured: HTMLImageElement | HTMLVideoElement; images: HTMLImageElement[]; isExpandFeature: boolean; } export declare const createAnimationCardStack: (props: CardStackProps) => { events: { loadAnimation: () => Promise; }; element: HTMLElement; styles: string; update?: (props: Partial) => void; destroy?: () => void; }; export {}; //# sourceMappingURL=card-stack.d.ts.map