/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const LINE_HEIGHTS: Readonly<{ readonly lg: "1.5"; readonly md: "1.25"; readonly sm: "1"; }>; export type LineHeight = keyof typeof LINE_HEIGHTS; export declare const LINE_HEIGHT_KEYS: readonly LineHeight[];