import React from 'react'; import { PropsWithJsxAttributes } from '../../../utils/types/PropsWithJsxAttributes'; type FieldInputProps = PropsWithJsxAttributes<{ children?: never; }, 'input'>; export declare const FieldInput: React.ForwardRefExoticComponent & React.RefAttributes>; export {};