export type TypeActionProps = { GetContainer: () => Element | null; setUpcomingSlide: (arg: string) => void; eventSlideLeft: () => void; ATTRIBUTE_CHILD_REF: string; ATTRIBUTE_PARENT_REF: string; }; export type TypeAction = TypeActionProps & { link: HTMLAnchorElement; }; export declare const createCompositeNavigationSliderAction: { CreateElement: (props: TypeAction) => HTMLDivElement; Styles: string; Elements: { container: string; link: string; }; }; //# sourceMappingURL=action.d.ts.map