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