import * as z from "zod"; declare const AccountTypePagePropsSchema: z.ZodObject<{ onClose: z.ZodFunction], z.ZodUnknown>, z.ZodVoid>; onSelect: z.ZodFunction, z.ZodVoid>; }, "strip", z.ZodTypeAny, { onSelect: (args_0: string, ...args: unknown[]) => void; onClose: (args_0: {}, ...args: unknown[]) => void; }, { onSelect: (args_0: string, ...args: unknown[]) => void; onClose: (args_0: {}, ...args: unknown[]) => void; }>; export type AccountTypePageProps = z.infer; export {};