export interface LandingPageViewProps { text: { mainTitle: string; employeeTitle: string; consultantTitle: string; }; } export declare function LandingPageView(props: any): any;