export default class ModalSameDiffs extends React.Component<any, any, any> {
    static propTypes: {
        onClose: PropTypes.Validator<(...args: any[]) => any>;
        browserId: PropTypes.Validator<string>;
        equalImages: PropTypes.Validator<number>;
        comparedImages: PropTypes.Validator<number>;
    };
    constructor(props: any);
    constructor(props: any, context: any);
    render(): import("react/jsx-runtime").JSX.Element;
}
import React from 'react';
import PropTypes from 'prop-types';
