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