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