/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const FONT_SIZES: Readonly<{ readonly lg: "1.125rem"; readonly md: "1rem"; readonly sm: "0.875rem"; readonly xl: "1.25rem"; readonly xs: "0.75rem"; readonly xxl: "1.5rem"; readonly xxs: "0.625rem"; readonly xxxl: "2rem"; readonly xxxxl: "3rem"; }>; export type FontSize = keyof typeof FONT_SIZES; export declare const FONT_SIZE_KEYS: readonly FontSize[];