import type { ControlProps } from 'react-select';
import React from 'react';
import type { Option } from '../types.js';
export declare const Control: React.FC<ControlProps<Option, any>>;
//# sourceMappingURL=index.d.ts.map