/// import { FieldHiddenProps } from "../types"; export declare const FieldHidden: ({ name, value }: FieldHiddenProps) => JSX.Element;