import type { MultiValueRemoveProps } from 'react-select';
import React, { type JSX } from 'react';
import type { Option as OptionType } from '../types.js';
import './index.scss';
export declare const MultiValueRemove: React.FC<{
    innerProps: JSX.IntrinsicElements['button'];
} & MultiValueRemoveProps<OptionType>>;
//# sourceMappingURL=index.d.ts.map