/// import { TabsProps, TabsPanelProps } from '@mantine/core'; import { PrismProps } from '../Prism/Prism'; export declare function PrismTabs(props: TabsProps): JSX.Element; export declare function PrismPanel({ language, children, radius, noCopy, copyLabel, copiedLabel, withLineNumbers, highlightLines, scrollAreaComponent, trim, getPrismTheme, colorScheme, variant, ...others }: PrismProps & TabsPanelProps): JSX.Element; //# sourceMappingURL=PrismTabs.d.ts.map