import type { TextStyleOptions } from './types.js'; /** Returns a string of classNames that apply the specified text style. */ export declare function textStyle({ variant, fontStyle, alignment, textDecoration, tone }: TextStyleOptions): string; //# sourceMappingURL=utils.d.ts.map