///
export declare const StyledTabs: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledTab: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;
export declare const StyledTabContent: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledIcon: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;