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