import React from "react"; export declare const NaturalLanguageFormInputSelect: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes> & { Input: React.ForwardRefExoticComponent, HTMLInputElement>, "ref">, "width"> & { suffix?: string; prefix?: string; icon?: React.FC | import("../..").IconKey; width?: import("../../types/general.types").FormFieldSize | [import("../../types/general.types").FormFieldSize, import("../../types/general.types").FormFieldSize?, import("../../types/general.types").FormFieldSize?, import("../../types/general.types").FormFieldSize?, import("../../types/general.types").FormFieldSize?]; height?: import("../../system/Sizes").FormHeightNames; isError?: boolean; isClearIconVisible?: boolean; onClickClearField?: () => void; } & React.RefAttributes, "ref"> & React.RefAttributes>; Select: React.ForwardRefExoticComponent, HTMLSelectElement>, "ref">, "width"> & { children?: React.ReactNode; suffix?: string; prefix?: string; width?: import("../../types/general.types").FormFieldSize | [import("../../types/general.types").FormFieldSize, import("../../types/general.types").FormFieldSize?, import("../../types/general.types").FormFieldSize?, import("../../types/general.types").FormFieldSize?, import("../../types/general.types").FormFieldSize?]; height?: import("../../system/Sizes").FormHeightNames; isError?: boolean; } & React.RefAttributes, "ref"> & React.RefAttributes>; };