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