import {FlexboxLayout} from "tns-core-modules/ui/layouts/flexbox-layout";
import { Property } from "tns-core-modules/ui/core/view";

export declare const textProperty: Property<CenteredLabel, string>;
export declare class CenteredLabel extends FlexboxLayout {
    constructor();
}
