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