import type { DetailedHTMLProps, HTMLAttributes } from 'react';
interface IProps extends DetailedHTMLProps, HTMLSpanElement> {
width?: string;
height?: string;
color?: string;
}
declare function SvgOmit(props: IProps): import("react/jsx-runtime").JSX.Element;
declare const _default: import("react").MemoExoticComponent;
export default _default;