import { z } from "zod/mini"; //#region src/model/text.d.ts declare const TextModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Text">; fieldset: z.ZodMiniOptional>>; config: z.ZodMiniOptional>>; useAsTitle: z.ZodMiniOptional>; placeholder: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>; type TextModel = z.infer; //#endregion export { TextModel }; //# sourceMappingURL=text.d.ts.map