import type { FieldInputBaseProps } from './types';
export declare const cnFieldInput: import("@bem-react/classname").ClassNameFormatter;
export declare const FieldInput: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<FieldInputBaseProps, "div", "as">;