import { ILogoSettings } from '../Data'; import { IBackgroundPhotoViewerSettings } from '../Data/IBackgroundPhotoViewerSettings'; export declare function createLanding($container: JQuery, logoSettings: ILogoSettings | string, showSignInButton: boolean, photoGallerySettings?: IBackgroundPhotoViewerSettings): void;