import type * as z from 'zod'; /** * Represents the localParam of TextField class */ export declare const textFieldLocalParamSchema: z.ZodObject<{ fullWidth: z.ZodDefault; description: z.ZodOptional; }, "strip", z.ZodTypeAny, { fullWidth: boolean; description?: string | undefined; }, { fullWidth?: boolean | undefined; description?: string | undefined; }>; export type TextFieldLocalParamInternal = z.infer; export type TextFieldLocalParam = z.input; //# sourceMappingURL=types.d.ts.map