import React from 'react'; export default function UnsupportedBrowserWarning({ children }: { children: React.ReactElement; }): JSX.Element;