//@private import * as labelModule from "@nativescript/core/ui/label"; import * as colorModule from "@nativescript/core/color"; export declare function getNativeTextAlignment(label: labelModule.Label): string; export declare function getNativeBackgroundColor(label: labelModule.Label): colorModule.Color;