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