export declare class Layout { class: string; host: HTMLElement; type: string; gridGap: string; cellWidth: string; cellHeight: string; paddingStyle: string; componentDidLoad(): void; render(): any; }