import { type Props as ReactSelectProps } from 'react-select'; export interface SelectWithRefreshProps extends ReactSelectProps { onRefresh?: () => Promise; refreshTitle?: string; refreshTestId?: string; menuTestId?: string; } export declare function SelectWithRefresh(props: SelectWithRefreshProps): JSX.Element; export default SelectWithRefresh; //# sourceMappingURL=index.d.ts.map