import type { PrismTheme } from 'prism-react-renderer'; export declare const darkTheme: { mode: 'light' | 'dark'; } & PrismTheme;