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