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