import { RawValueSignature } from '@specifyapp/specify-design-token-format'; export declare const fontToStyleDictionary: (value: RawValueSignature<'font'>) => { postScriptName: string; style: "normal" | "italic"; files: { url: string; format: "ttf" | "woff" | "woff2" | "otf" | "eot"; provider: "external" | "Specify" | "Google Fonts" | "Adobe Fonts"; }[]; weight: number | "normal" | "bold" | "thin" | "hairline" | "extra-light" | "ultra-light" | "light" | "plain" | "standard" | "regular" | "roman" | "book" | "medium" | "semi-bold" | "demi-bold" | "heavy" | "black" | "extra-bold" | "extra-black" | "ultra-bold" | "ultra-black"; family: string; }; //# sourceMappingURL=font.d.ts.map