///
import { TabsProps, DistributionWrapperProps, TabsBarProps, TabButtonProps } from './types';
import { TextBlockProps } from '../text-block';
import { ButtonProps } from '../button';
export declare const StyledTabGroup: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTabsBar: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & TabsBarProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledInnerTabGroup: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
} & Pick, {}, {}>;
export declare const StyledDistributionWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & DistributionWrapperProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTabsBarIndicator: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTabsBarTrack: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTabButton: import("@emotion/styled").StyledComponent<((import("../button").ButtonOrButtonLinkProps & import("react").RefAttributes) & {
theme?: import("@emotion/react").Theme | undefined;
}) & Omit & TabButtonProps, {}, {}>;
export declare const StyledTabPanelBlock: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
} & {
selected: boolean;
isFocused: boolean;
}, {}, {}>;
export declare const StyledDividerWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
//# sourceMappingURL=styled.d.ts.map