/// export interface IconHandLeftProps { size?: string; style?: React.CSSProperties; } export declare const IconHandLeft: React.FC;