import * as React from 'react'; interface IWelcomeProps { } declare const Welcome: React.FunctionComponent; export default Welcome;