/// <reference types="react" />
declare const NotSupported: () => JSX.Element;
export default NotSupported;
