import { z } from "zod"; import { AffixFonts, HtmlAffix, TextAffix } from "../../public/affix"; export declare const htmlAffixSchema: z.ZodType; export declare const affixFontsSchema: z.ZodType; export declare const textAffixSchema: z.ZodType; //# sourceMappingURL=affixSchema.d.ts.map