/// <reference types="react" />
export interface IconLogoHackernewsProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconLogoHackernews: React.FC<IconLogoHackernewsProps>;
