import React from 'react'; interface LandingPageProps { onContinue?: () => void; } export declare const LandingPage: React.FC; export {};