import { ReactElement } from 'react';
import { int32 } from '@fable-org/fable-library-js/Int32.js';
/**
 * This modal is used to display errors from for example api communication
 */
export declare function ErrorBaseModal(rmv: ((arg0: MouseEvent) => void), error: string, width?: int32, height?: int32, debug?: string): ReactElement;
//# sourceMappingURL=ErrorBaseModal.fs.d.ts.map