/** * Neo Design System * TypeScript declarations generated from Figma design tokens * @generated */ export declare const xl: 1920; export declare const lg: 1280; export declare const md: 960; export declare const sm: 600; declare const _default: { xl: typeof xl, lg: typeof lg, md: typeof md, sm: typeof sm, }; export default _default;