export default class Frame extends Layout { static get foo(): string; constructor(); } import Layout from './Layout.js';