/// <reference types="react" />
import { EnvironmentInfo } from '@azure/communication-calling';
/**
 * @internal
 */
export type UnsupportedBrowserPageProps = {
    onTroubleshootingClick?: () => void;
    environmentInfo?: EnvironmentInfo;
};
/**
 *
 * @internal
 */
export declare const UnsupportedBrowserPage: (props: UnsupportedBrowserPageProps) => JSX.Element;
//# sourceMappingURL=UnsupportedBrowser.d.ts.map