import { Dialog } from './Dialog';
import { LargeProperty } from './LargeProperty';
import { ReadLargePropertyParameters } from './ReadLargePropertyParameters';
export declare class ErrorDialog extends Dialog {
    protected getProperty(params: ReadLargePropertyParameters, propertyName: string): Promise<LargeProperty>;
}
