type TypeSliderEventIntroProps = { headline?: HTMLElement | null; actions?: HTMLElement | null; }; type TypeSliderEventSlideContentProps = { dataSlider: HTMLDivElement; }; type TypeSliderEventProps = TypeSliderEventSlideContentProps & TypeSliderEventIntroProps & { isThemeDark?: boolean; }; export declare const createCompositeSliderEvents: (props: TypeSliderEventProps) => { element: HTMLDivElement; styles: string; events: { load: () => void; size: () => void; }; }; export {}; //# sourceMappingURL=events.d.ts.map