export declare class GridLanding { host: HTMLElement; griditems: any; componentDidLoad(): void; renderItems(): any[]; render(): any; }