import { Theme } from '../../types'; /** * The font definitions differ from the ones in the design system. * In this theme are the breakpoints for the typographty set to `laptop` (1024px) * while in design system are set to `tabletS` (540px) */ declare const typography: Theme.TypographyInterface; export default typography; //# sourceMappingURL=typography.d.ts.map