import { LandingPageProps, SDKUtils } from "../../models/common"; interface Props extends LandingPageProps { self: SDKUtils; } export declare const landingPage: ({ ...props }: Props) => void; export {};