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