import React from 'react'; import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; declare const Cos: (props: WebComponentProps void; resetConfig: () => void; updateConfig: () => void; }>) => React.JSX.Element; export default Cos;