export declare const typographies: { readonly H_1: "h1"; readonly H_2: "h2"; readonly H_3: "h3"; readonly H_4: "h4"; readonly H_5: "h5"; readonly H_6: "h6"; readonly SUBTITLE_1: "subtitle-1"; readonly SUBTITLE_2: "subtitle-2"; readonly BODY_1: "body-1"; readonly BODY_2: "body-2"; readonly BTN: "button"; readonly CAPTION: "caption"; readonly OVERLINE: "overline"; };