import { LayoutBaseCommon, clipToBoundsProperty, isPassThroughParentEnabledProperty } from './layout-base-common';
import { paddingInternalProperty } from '../styling/style-properties';
export * from './layout-base-common';
export declare class LayoutBase extends LayoutBaseCommon {
    [clipToBoundsProperty.getDefault]: () => boolean;
    [clipToBoundsProperty.setNative]: (value: boolean) => void;
    [isPassThroughParentEnabledProperty.setNative]: (value: boolean) => void;
    [paddingInternalProperty.setNative]: (_value: string) => void;
    nativeViewProtected: org.nativescript.widgets.LayoutBase;
}
