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