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