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