import { FunctionComponent } from 'react'; interface WelcomeProps { showApp: () => void; } declare const Welcome: FunctionComponent; export { Welcome as default };