import * as z from "zod/mini"; /** @internal Hosted-document input; not a Core/Loader wire contract. */ export declare const hostedViewBootstrapSchema: z.ZodMiniObject<{ loader: z.ZodMiniObject<{ instanceId: z.ZodMiniString; viewId: z.ZodMiniString; generation: z.core.$ZodBranded, "Generation", "out">; debugConfig: z.ZodMiniUnion, z.ZodMiniString, z.ZodMiniArray>]>; hideCloseButton: z.ZodMiniOptional>; }, z.core.$strict>; payload: z.ZodMiniUnknown; themeCss: z.ZodMiniString; colorScheme: z.ZodMiniIntersection>; }, z.core.$strict>, z.ZodMiniEnum<{ dark: "dark"; light: "light"; system: "system"; }>]>, z.ZodMiniString>; }, z.core.$strict>; export type HostedViewBootstrap = z.output; //# sourceMappingURL=hosted-view-bootstrap.d.ts.map