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