import type { DSTabsInternalsT } from '../../sharedTypes.js'; interface StyledCarouselButtonWrapperPropsT { right?: boolean; tabType: DSTabsInternalsT.TabTypesT; } export declare const StyledCarouselBtnLeft: import("styled-components").StyledComponent, import("@elliemae/ds-system").Theme, import("styled-components").ThemeProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>, never>; export declare const StyledCarouselBtnRight: import("styled-components").StyledComponent, import("@elliemae/ds-system").Theme, import("styled-components").ThemeProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>, never>; export declare const StyledCarouselWrapper: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>; export declare const StyledChildrenWrap: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledCarouselButtonWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledCarouselButtonWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export {};