import type { SVGProps } from "react"; export interface NewspaperIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function NewspaperIcon({ className, size, color, ...props }: NewspaperIconProps): import("react").JSX.Element; //# sourceMappingURL=newspaper-icon.d.ts.map