import { GridLayout } from "tns-core-modules/ui/layouts/grid-layout"; import { StackLayout } from "tns-core-modules/ui/layouts/stack-layout"; import { Property } from "tns-core-modules/ui/page/page"; import { Label } from "tns-core-modules/ui/label"; export declare const textProperty: any; export declare const heightProperty: Property; export declare const widthProperty: Property; export declare const borderRadiusProperty: Property; export declare const backgroundColorProperty: Property; export declare const fontSizeProperty: Property; export declare const colorProperty: Property; export declare const marginProperty: Property; export declare const paddingProperty: Property; export declare class LetterAvatar extends GridLayout { text: string; fontSize: number; textAlign: string; label: Label; private flatColors; stackLayout: StackLayout; constructor(); }