import React from "react"; export declare type MultiValueRemoveProps = { children: React.ReactNode; data: any; innerProps: { className: string; onTouchEnd: (arg: any) => void; onClick: (arg: any) => void; onMouseDown: (arg: any) => void; }; selectProps: any; }; export declare const SelectMultiValueRemove: ({ children, innerProps, selectProps, data, ...props }: MultiValueRemoveProps) => JSX.Element;