export default class Layout extends View { static css: string; constructor(tag: any, className: any); } import View from '../views/View.js';