import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const StrikethroughIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link StrikethroughIcon} instead.
 */
export declare const Strikethrough: typeof StrikethroughIcon;
export default StrikethroughIcon;
