import { Layout } from "../layout";
export declare class VerticalLayout extends Layout {
    static xtype: string;
}