import { Layout, _Layout } from "../layout"; export interface _DefaultLayout extends _Layout { resize(): void; populate(items?: T[]): void; } export declare class DefaultLayout extends Layout { static xtype: string; }