/// <reference types="react" />
export interface IconHandRightOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconHandRightOutline: React.FC<IconHandRightOutlineProps>;
