import { FontStylesType } from "./types"; export declare const CATEGORIES: { DISPLAY: string; UI: string; }; declare const FontStyles: FontStylesType; export default FontStyles;