import { PrismTheme } from 'prism-react-renderer'; import { MantineTheme } from '@mantine/core'; export declare const dark: (theme: MantineTheme) => PrismTheme; export declare const light: (theme: MantineTheme) => PrismTheme; export declare const getPrismTheme: (theme: MantineTheme, colorScheme: 'light' | 'dark') => PrismTheme; //# sourceMappingURL=prism-theme.d.ts.map