import { Progress } from '../../enums/Progress'; declare type LandingPageProps = { setProgress: (state: Progress) => void; }; export declare const LandingPage: ({ setProgress }: LandingPageProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};