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