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