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