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