///
import { FTLSelectAsyncProps } from "../../";
export declare function FTLSelectAsync({ label, placeholder, searchPlaceholder, noOptionsMessage, itemSize, records, defaultValue, name, loadData, value, isClearable, isMulti, isDisabled, isSearchInList, isSearchable, isInfinite, withCheckboxes, required, isError, onChange, onClick, showLoader, size, width, menuWidth, meta, BoxProps, popperPlacement, ...otherProps }: FTLSelectAsyncProps): JSX.Element;