import { Theme } from '../theme'; export declare const codeBase: (t: Theme) => string; export declare const preBase: (t: Theme) => string; export declare const codeStyles: (t: Theme) => string; export declare const code: { base: (t: Theme) => string; pre: (t: Theme) => string; styles: (t: Theme) => string; }; //# sourceMappingURL=code.d.ts.map