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