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