import * as z from "zod"; export declare const LabeledTimePickerPropsSchema: z.ZodObject<{ label: z.ZodString; value: z.ZodNullable; onChange: z.ZodFunction], z.ZodUnknown>, z.ZodVoid>; error: z.ZodOptional; required: z.ZodOptional; helperText: z.ZodOptional; disabled: z.ZodOptional; "data-testid": z.ZodOptional; }, "strip", z.ZodTypeAny, { onChange: (args_0: string | null, ...args: unknown[]) => void; label: string; value: string | null; disabled?: boolean | undefined; error?: string | undefined; required?: boolean | undefined; helperText?: string | undefined; "data-testid"?: string | undefined; }, { onChange: (args_0: string | null, ...args: unknown[]) => void; label: string; value: string | null; disabled?: boolean | undefined; error?: string | undefined; required?: boolean | undefined; helperText?: string | undefined; "data-testid"?: string | undefined; }>; export type LabeledTimePickerProps = z.infer;