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