import { ChopLogicSVGElementProps } from '../../../models';
declare function RemoveIcon({ title, ...rest }: ChopLogicSVGElementProps): import("react/jsx-runtime").JSX.Element;
export default RemoveIcon;
