/** * @uiName Landing Page */ export declare class LandingPage { ignored: boolean; /** * Main title at top of landing page * * @uiName Title */ mainTitle: string; /** * Title above the Employee Program enter button * * @uiName Employee Title */ employeeTitle: string; /** * Title above the Consultant Program enter button * * @uiName Consultant Title */ consultantTitle: string; constructor(); disconnectedCallback(): void; render(): any; }