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