import type * as React from 'react'; import { IconCommonProps } from './SvgIcon'; export declare function RemoveIcon(props: IconCommonProps): React.ReactElement;