import React from "react";
import { LandingPageProps } from "./LandingPage.types";
declare const LandingPage: React.FC<LandingPageProps>;
export default LandingPage;
