export interface ErrorOptions {
    textOk?: string;
    exceptionName?: string;
    exceptionMessage?: string;
    draggable?: boolean;
}
//# sourceMappingURL=error-options.d.ts.map