import { FontStyle, FontWeight } from '@genesislcap/foundation-utils'; export declare const loadRobotoFontFaces: () => void; export declare const robotoFontFamily = "Roboto, \"Segoe UI\", Arial, Helvetica, sans-serif"; export declare const mixinRobotoFont: (style?: FontStyle, weight?: FontWeight) => string; //# sourceMappingURL=index.d.ts.map