import Component from '@ember/component'; declare const AppContainer_base: Readonly & (new (properties?: object | undefined) => { classNames: string; } & Component) & (new (...args: any[]) => { classNames: string; } & Component); export default class AppContainer extends AppContainer_base { layout: any; } export {};