///
export declare const StyledTabs: import("@emotion/styled").StyledComponent & {
nextFeatureFlags?: {
hasBottomDivider: boolean;
} | undefined;
} & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const StyledTab: import("@emotion/styled").StyledComponent> & {
component?: import("react").ElementType | undefined;
} & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;