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