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