/// <reference types="react" />
export declare const FreeTextInput: ({ label, field_state, error_message, field_type, display_error }: {
    label: any;
    field_state: any;
    error_message: any;
    field_type: any;
    display_error: any;
}) => JSX.Element;
