import type { Property } from "csstype"; /** * Sans-serif font * * @see https://zpl.io/V4ep7Jy */ export declare const base: Property.FontFamily; /** * Monospace font * * @see https://zpl.io/V4ep7Jy */ export declare const mono: Property.FontFamily;