import React from 'react'; import type { AsyncSelectProps } from './interface'; declare const AsyncSelect: React.FC; export default AsyncSelect;