/// import type { OperationCellProps } from '../types/OperationCell'; declare const OperationCell: (props: OperationCellProps) => JSX.Element; export default OperationCell;