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