import * as React from 'react'; export interface IUnsupportedScreenModalProps { visible?: boolean; } declare const UnsupportedScreenModal: React.FunctionComponent; export default UnsupportedScreenModal;