export declare const CodeTabList: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps & { ownerState: { mounted: boolean; contained?: boolean; }; }, {}, {}>; export declare const CodeTabPanel: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps & { ownerState: { mounted: boolean; contained?: boolean; }; }, {}, {}>; export declare const CodeTab: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps & { ownerState: { mounted: boolean; contained?: boolean; }; }, {}, {}>; type TabsConfig = { code: string | ((tab: string) => string); language: string; tab: string; }; export declare function HighlightedCodeWithTabs(props: { tabs: Array; storageKey?: string; } & Record): import("react/jsx-runtime").JSX.Element; export {};