/// interface IProps { width?: string; height?: string; color?: string; } declare function SvgClear(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;