/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const PARAGRAPH_SIZES: Readonly<{ readonly lg: "1.125rem"; readonly md: "1rem"; readonly sm: "0.875rem"; }>; export type ParagraphSize = keyof typeof PARAGRAPH_SIZES; export declare const PARAGRAPH_SIZE_KEYS: readonly ParagraphSize[];