import { Styles, StylesType } from './styles'; export declare const code: (type: StylesType, style: Styles, text: string) => string;