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