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