import * as React from 'react';
import { SVGProps } from 'react';
declare const Memo: React.MemoExoticComponent<({ width, height, color, strokeWidth, ...props }: SVGProps<SVGSVGElement>) => JSX.Element>;
export default Memo;
