import { DockLayoutBase } from './dock-layout-common';
export * from './dock-layout-common';
export declare class DockLayout extends DockLayoutBase {
    nativeViewProtected: org.nativescript.widgets.DockLayout;
    createNativeView(): org.nativescript.widgets.DockLayout;
}
