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