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