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