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