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