import React from 'react'; import { ViewFunctionInterface } from '../../../model/ViewFunctionModel'; import { Log2060 } from './model'; declare const ApplicationLogPage: React.FC<{ setView: (view: ViewFunctionInterface) => void; logs: Log2060; clearAlert?: () => void; }>; export default ApplicationLogPage; //# sourceMappingURL=LogPage.d.ts.map