import { Label as LabelDefinition } from '.';
import { TextBase } from '../text-base';
export * from '../text-base';
export declare class Label extends TextBase implements LabelDefinition {
    nativeViewProtected: org.nativescript.widgets.StyleableTextView;
    nativeTextViewProtected: org.nativescript.widgets.StyleableTextView;
    get textWrap(): boolean;
    set textWrap(value: boolean);
    createNativeView(): org.nativescript.widgets.StyleableTextView;
    initNativeView(): void;
}
