declare const PRIMARY_FONTS: { readonly headerFont: "'Skintype Display', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif"; readonly baseFont: "'Skintype Text Medium', 'Century Gothic', CenturyGothic, AppleGothic, Verdana, sans-serif"; readonly monoFont: "'apercu mono', 'Lucida Console', Monaco, monospace"; }; export default PRIMARY_FONTS; //# sourceMappingURL=primary.d.ts.map