@ -1,4 +1,4 @@
import { Layout } from "typescript";
import { Layout } from "../../layout";
export declare class CenterAdaptLayout extends Layout {
static xtype: string;
export declare class VerticalAdaptLayout extends Layout {
@ -1,5 +1,4 @@
import { _Layout } from "../layout";
import { _Layout, Layout } from "../layout";
export interface _HTapeLayout extends _Layout {
resize(): void;