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