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