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