/** * Neo Design System * TypeScript declarations generated from Figma design tokens * @generated */ export type LineHeight = { s: 20; m: 24; l: 28; xl: 32; /** * value in pixels */ xs: 16; }; export declare const lineHeight: LineHeight; export type FontSize = { caption: 13; code: 14; xs: 12; h6: 16; xxs: 10; sm: 14; default: 16; h5: 18; h4: 20; h3: 24; h2: 24; h1: 28; }; export declare const fontSize: FontSize; export type TextDecoration = { underline: 'underline'; }; export declare const textDecoration: TextDecoration; export type FontFamily = { body: 'Inter'; code: 'JetBrains Mono NL'; heading: 'Inter'; }; export declare const fontFamily: FontFamily; export type FontWeight = { thin: 100; regular: 400; bold: 700; medium: 500; light: 300; semiBold: 600; extraBold: 800; }; export declare const fontWeight: FontWeight; declare const _default: { lineHeight: typeof lineHeight, fontSize: typeof fontSize, textDecoration: typeof textDecoration, fontFamily: typeof fontFamily, fontWeight: typeof fontWeight, }; export default _default;