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