type TypeFullScreen = { isFullScreenOption?: boolean; }; type TypeSlideContent = { images: HTMLImageElement[]; headlines?: HTMLElement[] | null; texts?: HTMLElement[] | null; }; type TypeCarouselImageStandardProps = TypeSlideContent & TypeFullScreen & { isThemeDark?: boolean; }; export declare const createCompositeCarouselImageStandard: (props: TypeCarouselImageStandardProps) => { styles: string; events: { SetEventReize: () => void; }; element: HTMLDivElement; }; export {}; //# sourceMappingURL=standard.d.ts.map