import { ComponentProps, FC } from 'react'; type Props = { grouped?: boolean; }; export declare const Field: FC, keyof Props> & Props>; export {};