import type { TextStyleObject } from '@ultraviolet/themes'; type StyleText = Omit & { textTransform: string; }; export declare const textStyle: { text: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: {}; }; italic: { true: { fontStyle: "italic"; }; }; oneLine: { true: { overflow: "hidden"; textOverflow: "ellipsis"; whiteSpace: "nowrap"; }; }; prominence: { default: {}; strong: {}; stronger: {}; weak: {}; }; sentiment: { black: {}; danger: {}; info: {}; neutral: {}; primary: {}; secondary: {}; success: {}; warning: {}; white: {}; }; strikeThrough: { true: { textDecoration: "line-through"; }; }; underline: { true: { textDecoration: "underline"; }; }; variant: Record<"body" | "bodySmall" | "bodySmallStrong" | "bodySmallStronger" | "bodyStrong" | "bodyStronger" | "caption" | "captionSmall" | "captionSmallStrong" | "captionSmallStronger" | "captionStrong" | "captionStronger" | "code" | "codeSmall" | "codeSmallStrong" | "codeSmallStronger" | "codeStrong" | "codeStronger" | "heading" | "headingLarge" | "headingLargeStrong" | "headingLargeStronger" | "headingSmall" | "headingSmallStrong" | "headingSmallStronger" | "headingStrong" | "headingStronger", StyleText>; }>; oneLine: string; }; export {}; //# sourceMappingURL=style.css.d.ts.map