import type { ValuesOf } from "../../util/typings.js"; export declare const TextAligns: { readonly start: "start"; readonly end: "end"; readonly center: "center"; readonly justify: "justify"; }; export type TextAlign = ValuesOf; export declare const TextFonts: { readonly base: "base"; readonly numeric: "numeric"; readonly monospace: "monospace"; }; export type TextFont = ValuesOf; export declare const TextSizes: { readonly _100: "100"; readonly _200: "200"; readonly _300: "300"; readonly _400: "400"; readonly _500: "500"; readonly _600: "600"; readonly _700: "700"; readonly _800: "800"; readonly _900: "900"; readonly _1000: "1000"; }; export type TextSize = ValuesOf; export declare const TextWeights: { readonly medium: "medium"; readonly regular: "regular"; readonly semibold: "semibold"; readonly bold: "bold"; }; export type TextWeight = ValuesOf; //# sourceMappingURL=text.options.d.ts.map