import { PrismTheme } from 'prism-react-renderer'; export declare const theme: { colors: { dark: string[]; gray: string[]; red: string[]; pink: string[]; grape: string[]; violet: string[]; indigo: string[]; blue: string[]; cyan: string[]; teal: string[]; green: string[]; lime: string[]; yellow: string[]; orange: string[]; }; }; export declare const dark: () => PrismTheme; export declare const light: () => PrismTheme; export declare const getPrismTheme: (colorScheme: string) => PrismTheme; //# sourceMappingURL=theme.d.ts.map