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