import { z } from 'zod'; export declare const toCssTextStyleParserName = "to-css-text-style"; export declare const toCssTextStyleParserOptionsSchema: 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; }>; export declare const toCssTextStyleParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"to-css-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 ToCssTextStyleParserDefinition = typeof toCssTextStyleParserDefinition; export type ToCssTextStyleParserOptions = z.infer; //# sourceMappingURL=definition.d.ts.map