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