type Props = { isInModal?: boolean; }; export default function LandingPage({ isInModal }: Props): import("react/jsx-runtime").JSX.Element; export {};