export declare const weights: { bold: { fontWeight: "700"; }; light: { fontWeight: "300"; }; medium: { fontWeight: "500"; }; regular: { fontWeight: "400"; }; semibold: { fontWeight: "600"; }; thin: { fontWeight: "100"; }; ultraLight: { fontWeight: "200"; }; };