/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const HEADING_SIZES: Readonly<{ readonly h1: "2rem"; readonly h2: "1.25rem"; readonly h3: "1.125rem"; readonly h4: "1.125rem"; }>; export type HeadingSize = keyof typeof HEADING_SIZES; export declare const HEADING_SIZE_KEYS: readonly HeadingSize[];