import { z } from 'zod'; export declare const toScssMixinTextStyleParserName = "to-scss-mixin-text-style"; export declare const toScssMixinTextStyleParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"to-scss-mixin-text-style", "generation", true, z.ZodObject<{ tokenNameTemplate: z.ZodOptional; exclude: z.ZodOptional, z.ZodLiteral<"fontWeight">, z.ZodLiteral<"fontSize">, z.ZodLiteral<"color">, z.ZodLiteral<"fontFeatures">, z.ZodLiteral<"lineHeight">, z.ZodLiteral<"letterSpacing">, z.ZodLiteral<"paragraphSpacing">, z.ZodLiteral<"textAlignHorizontal">, z.ZodLiteral<"textAlignVertical">, z.ZodLiteral<"textDecoration">, z.ZodLiteral<"textIndent">, z.ZodLiteral<"textTransform">]>, "many">>; include: z.ZodOptional, z.ZodLiteral<"fontWeight">, z.ZodLiteral<"fontSize">, z.ZodLiteral<"color">, z.ZodLiteral<"fontFeatures">, z.ZodLiteral<"lineHeight">, z.ZodLiteral<"letterSpacing">, z.ZodLiteral<"paragraphSpacing">, z.ZodLiteral<"textAlignHorizontal">, z.ZodLiteral<"textAlignVertical">, z.ZodLiteral<"textDecoration">, z.ZodLiteral<"textIndent">, z.ZodLiteral<"textTransform">]>, "many">>; genericFamily: z.ZodOptional; }, "strict", z.ZodTypeAny, { tokenNameTemplate?: string | undefined; exclude?: ("color" | "fontFamily" | "fontFeatures" | "fontWeight" | "textAlignHorizontal" | "textAlignVertical" | "textDecoration" | "textTransform" | "fontSize" | "lineHeight" | "letterSpacing" | "paragraphSpacing" | "textIndent")[] | undefined; include?: ("color" | "fontFamily" | "fontFeatures" | "fontWeight" | "textAlignHorizontal" | "textAlignVertical" | "textDecoration" | "textTransform" | "fontSize" | "lineHeight" | "letterSpacing" | "paragraphSpacing" | "textIndent")[] | undefined; genericFamily?: string | undefined; }, { tokenNameTemplate?: string | undefined; exclude?: ("color" | "fontFamily" | "fontFeatures" | "fontWeight" | "textAlignHorizontal" | "textAlignVertical" | "textDecoration" | "textTransform" | "fontSize" | "lineHeight" | "letterSpacing" | "paragraphSpacing" | "textIndent")[] | undefined; include?: ("color" | "fontFamily" | "fontFeatures" | "fontWeight" | "textAlignHorizontal" | "textAlignVertical" | "textDecoration" | "textTransform" | "fontSize" | "lineHeight" | "letterSpacing" | "paragraphSpacing" | "textIndent")[] | undefined; genericFamily?: string | undefined; }>, false, ["file"], ("SDTF" | "SDTF Engine")[], "SDTF Engine">; export type ToScssMixinTextStyleParserDefinition = typeof toScssMixinTextStyleParserDefinition; //# sourceMappingURL=definition.d.ts.map