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