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