import type { SVGProps } from "react"; export interface MemoIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function MemoIcon({ className, size, color, ...props }: MemoIconProps): import("react").JSX.Element; //# sourceMappingURL=memo-icon.d.ts.map