interface RedditIconProps { width?: number | string; height?: number | string; className?: string; variant?: 'original' | 'grayscale' | 'white'; } export declare function RedditIcon({ width, height, className, variant, }: RedditIconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=reddit-icon.d.ts.map