import type { FunctionComponent } from 'preact'; import type { UnsupportedErrorEvent } from './useErrorEvents.js'; export interface ErrorDialogProps { unsupported: UnsupportedErrorEvent[]; } export declare const ErrorDialog: FunctionComponent; export default ErrorDialog; //# sourceMappingURL=ErrorDialog.d.ts.map