/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const FONT_WEIGHTS: Readonly<{ readonly bold: "700"; readonly normal: "400"; }>; export type FontWeight = keyof typeof FONT_WEIGHTS; export declare const FONT_WEIGHT_KEYS: readonly FontWeight[];