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