import { family } from './family'
import { letterSpacing } from './letterSpacing'
import { lineHeight } from './lineHeight'
import { size } from './size'
import { typography } from './typography'

export declare const font: {
  family: typeof family
  letterSpacing: typeof letterSpacing
  lineHeight: typeof lineHeight
  size: typeof size
  typography: typeof typography
}
