import React from "react"; export declare const InitialPage: (props: { walletMode: string; link: string | undefined; description?: { first: string; second: string; third: string; fourth: string; }; onButtonClick: () => void; }) => React.JSX.Element;