import { default as React } from 'react';
import { IconStyles } from './types';
interface RemoveIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const RemoveIcon: React.FC<RemoveIconProps>;
export default RemoveIcon;
//# sourceMappingURL=Remove.d.ts.map