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