export declare enum FontType { REGULAR = "regular", MEDIUM = "medium", SEMIBOLD = "semibold" } export declare type TulFontType = `${FontType}`;