///
import { SelectProps, SelectValue } from "antd/lib/select";
import { LabeledValue } from "antd/lib/tree-select";
export declare type SelectAsyncProps = {
name: string;
fetcher: (search: string) => Promise;
} & SelectProps;
export declare function SelectAsync({ name, fetcher, onChange, ...restProps }: SelectAsyncProps): JSX.Element;
//# sourceMappingURL=select-async.d.ts.map