import { z } from 'zod'; import { ReturnTypeWithArgs } from '../../utils/typeUtils.js'; export declare const specifyTextAlignVerticalValues: readonly ["initial", "baseline", "sub", "super", "text-top", "text-bottom", "middle", "top", "bottom"]; export declare const makeSpecifyTextAlignVerticalValueSchema: { (isSupportingAliasing: false): z.ZodType<"sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom", z.ZodTypeDef, "sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom">; (isSupportingAliasing: true): z.ZodUnion<[z.ZodType<"sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom", z.ZodTypeDef, "sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom">, z.ZodObject<{ $alias: z.ZodEffects; $mode: z.ZodString; }, "strict", z.ZodTypeAny, { $alias: string; $mode: string; }, { $alias: string; $mode: string; }>]>; (isSupportingAliasing: boolean): z.ZodType<"sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom", z.ZodTypeDef, "sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom"> | z.ZodUnion<[z.ZodType<"sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom", z.ZodTypeDef, "sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom">, z.ZodObject<{ $alias: z.ZodEffects; $mode: z.ZodString; }, "strict", z.ZodTypeAny, { $alias: string; $mode: string; }, { $alias: string; $mode: string; }>]>; }; export type SpecifyTextAlignVerticalValue = z.infer>; export type SpecifyTextAlignVerticalValueWithAlias = z.infer>; export declare const specifyTextAlignVerticalDefinition: import("../internals/createDesignTokenDefinition.js").DesignTokenDefinition<"textAlignVertical", z.ZodUnion<[z.ZodType<"sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom", z.ZodTypeDef, "sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom">, z.ZodObject<{ $alias: z.ZodEffects; $mode: z.ZodString; }, "strict", z.ZodTypeAny, { $alias: string; $mode: string; }, { $alias: string; $mode: string; }>]>, z.ZodType<"sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom", z.ZodTypeDef, "sub" | "initial" | "baseline" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom">, import("../internals/tokenTypesMapping.js").TokenTypesMapping>;