declare type WFMathOperation = ('+' | '-' | '×' | '÷' | '…');
export default WFMathOperation;
