declare const _default: { /** * @property {string} display - Used for headings larger than 20px. */ display: string; /** * @property {string} ui - Used for text and UI (which includes almost anything). */ ui: string; /** * @property {string} mono - Used for code and sometimes numbers in tables. */ mono: string; }; export default _default;