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