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