export default class AppLoadingScreen extends React.PureComponent { static propTypes: { text: PropTypes.Requireable; }; static defaultProps: { text: string; }; constructor(props: any); constructor(props: any, context: any); } import React from "react"; import PropTypes from "prop-types"; //# sourceMappingURL=AppLoadingScreen.d.ts.map