import { SpecifyFontValue, TokenState } from '@specifyapp/specify-design-token-format'; import { templateRenderer } from '../../../shared/to-css-custom-properties/template.js'; export declare function fontToTailwindWithCssVariables(token: TokenState, removeSingleMode: boolean, renderVariable: templateRenderer): { value: string; type: string; mode: string | undefined; }[]; export declare function fontToTailwind(value: SpecifyFontValue): { value: string; type: string; }[]; //# sourceMappingURL=font.d.ts.map