import * as React from "react";
import type { SVGProps } from "react";
declare const Memo: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
export default Memo;
