export declare abstract class Typeface {
    static readonly Brand = "Roboto";
    static readonly Plain = "Roboto";
    static readonly WeightBold = "700";
    static readonly WeightMedium = "500";
    static readonly WeightRegular = "400";
}
