/// interface WelcomeProps { button?: JSX.Element; } export declare function Welcome(props: WelcomeProps): JSX.Element; export {};