import type { DSTabsInternalsT } from '../../sharedTypes.js'; interface StyledSelectionIndicatoPropsT { isDSMobile: boolean; tabType: DSTabsInternalsT.TabTypesT; } interface StyledSubTabsListPropsT { withCarousel: boolean; } interface StyledTabButtonPropsT { isActive: boolean; disabled: boolean; showSeparator: boolean; isDSMobile: boolean; fixedTabsHeaders: boolean; withCarousel: boolean; tabType: DSTabsInternalsT.TabTypesT; } interface StyledTabListPropsT { withCarousel: boolean; isDSMobile: boolean; fixedTabsHeaders: boolean; mobileGradients: DSTabsInternalsT.MobileGradientsT; tabType: DSTabsInternalsT.TabTypesT; } interface StyledMobileGradientPropsT { mobileGradients: DSTabsInternalsT.MobileGradientsT; left: number | undefined; width: number | undefined; } interface StyledTabWrapperPropsT { isDSMobile: boolean; fixedTabsHeaders: boolean; } export declare const StyledSelectionIndicator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledSelectionIndicatoPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledMobileGradient: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, { style: { left: number; maxWidth: number; }; } & StyledMobileGradientPropsT, string | number | symbol>; /** CSS Setters */ export declare const StyledTabWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledTabWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledTabButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, StyledTabButtonPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>; export declare const StyledSubTabButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, StyledTabButtonPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>; export declare const StyledSubTabsList: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledSubTabsListPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledTabList: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledTabListPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledRequiredMark: 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 ScreenReaderOnly: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export {};