import { default as React } from 'react';
import { SelectProps } from './single-select.types';

declare const SingleSelect: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<never>>;
export { SingleSelect };
//# sourceMappingURL=index.d.ts.map