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