interface ShieldCheckIconProps { className?: string; size?: number; color?: string; strokeWidth?: number; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function ShieldCheckIcon({ className, size, color, strokeWidth, }: ShieldCheckIconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=shield-check-icon.d.ts.map