/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const HEADING_WEIGHTS: Readonly<{ readonly h1: "400"; readonly h2: "700"; readonly h3: "700"; readonly h4: "700"; }>; export type HeadingWeight = keyof typeof HEADING_WEIGHTS; export declare const HEADING_WEIGHT_KEYS: readonly HeadingWeight[];