import { Constructor } from './util'; import * as Views from '../presentation'; export declare function ErrorPresenter(): ClassDecorator; /** * @internal */ export declare function getErrorView(): Constructor;