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