/** * Figma requires fonts to have specific "Names" which are able to be read by Figma * https://www.figma.com/plugin-docs/api/FontName/ * * These values should only be used for Figma */ export declare const FIGMA_FRIENDLY_FONT_NAMES: { standard: string; display: string; };