import { TTheme } from '../../../types';
interface IProps {
    onClose: () => void;
    onLaunchWeb: () => void;
    theme: TTheme;
}
export default IProps;
//# sourceMappingURL=IProps.d.ts.map