import { LandingPageViewProps } from "./stn-landing-page-view"; export interface LandingPageProps { mainTitle: string; employeeTitle: string; consultantTitle: string; } export declare function useLandingPage(props: LandingPageProps): LandingPageViewProps;