import * as z from "zod"; declare const PWAUpdatePromptUIPropsSchema: z.ZodObject<{ open: z.ZodBoolean; isUpdating: z.ZodOptional; onUpdate: z.ZodFunction, z.ZodVoid>; onClose: z.ZodFunction, z.ZodOptional], null>, z.ZodVoid>; title: z.ZodOptional; description: z.ZodOptional; updateLabel: z.ZodOptional; }, "strip", z.ZodTypeAny, { onClose: (args_0: any, args_1: string | undefined) => void; open: boolean; onUpdate: () => void; title?: string | undefined; description?: string | undefined; isUpdating?: boolean | undefined; updateLabel?: string | undefined; }, { onClose: (args_0: any, args_1: string | undefined) => void; open: boolean; onUpdate: () => void; title?: string | undefined; description?: string | undefined; isUpdating?: boolean | undefined; updateLabel?: string | undefined; }>; export type PWAUpdatePromptUIProps = z.infer; export {};