import { LinkContentValue } from "./link.js"; import { z } from "zod/mini"; //#region src/content/repeatable.d.ts declare const RepeatableContentSchema: z.ZodMiniObject<{ __TYPE__: z.ZodMiniLiteral<"RepeatableContent">; type: z.ZodMiniLiteral<"Link">; value: z.ZodMiniArray; key: z.ZodMiniTransform; value: z.ZodMiniPipe, z.ZodMiniUnknown>, z.ZodMiniTransform<{ text?: unknown; variant?: unknown; value: Record; }, Record>>, z.ZodMiniObject<{ text: z.ZodMiniOptional>; variant: z.ZodMiniOptional>; value: z.ZodMiniType, z.core.$ZodTypeInternals>>; }, z.core.$strip>>, z.ZodMiniTransform<{ variant?: string | undefined; text?: string | undefined; } & LinkContentValue, { value: LinkContentValue; text?: string | undefined; variant?: string | undefined; }>>; }, z.core.$strip>>; }, z.core.$strip>; type RepeatableContent = z.infer; //#endregion export { RepeatableContent }; //# sourceMappingURL=repeatable.d.ts.map