import { default as React } from 'react'; import { Field as RadixField } from '@radix-ui/react-form'; type FieldProps = { /** * The CSS class name. */ className?: string; } & React.ComponentProps; /** * Thin wrapper around Radix UI Field component * https://www.radix-ui.com/docs/primitives/components/form#field */ export declare const Field: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=Field.d.ts.map