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