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