import React from 'react'; import { Eftpos } from './const'; export default function Log({ device, type, tyroUrl, tyroVersion, }: { device: any; type: Eftpos; tyroUrl: string; tyroVersion: string; }): React.JSX.Element;