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