import { z } from "zod/mini"; //#region src/content/separator.d.ts declare const SeparatorContentSchema: z.ZodMiniObject<{ __TYPE__: z.ZodMiniLiteral<"SeparatorContent">; }, z.core.$strip>; type SeparatorContent = z.infer; //#endregion export { SeparatorContent }; //# sourceMappingURL=separator.d.ts.map