import type { ComponentProps, FC } from 'react';
import ReactSelectAsyncSelect from 'react-select/async';
export type Props = {
    error?: boolean;
    zIndexMenu?: number;
} & ComponentProps<typeof ReactSelectAsyncSelect>;
export declare const AsyncSelect: FC<Props>;
export default AsyncSelect;
//# sourceMappingURL=AsyncSelect.d.ts.map