///
import { FTLSelectProps } from "../../";
export declare function FTLBasicSelect({ options, label, isError, isDisabled, onChange, isSearchable, isSearchInList, isClearable, type, searchPlaceholder, required, components: CustomComponents, value, size, width, menuWidth, placeholder, itemSize, records, isInfinite, noOptionsMessage, onClick, isMulti, BoxProps, withCheckboxes, hideSelectedOptions, popperPlacement, showEmptyMenu, component, ...otherProps }: SelectProps): JSX.Element;