/** * Neo Design System * TypeScript declarations generated from Figma design tokens * @generated */ export declare const card: 12; export declare const button: 999; export declare const input: 8; export declare const xXS: 2; export declare const xS: 4; export declare const s: 8; export declare const m: 12; export declare const l: 20; export declare const xL: 30; export declare const full: 999; declare const _default: { card: typeof card, button: typeof button, input: typeof input, xXS: typeof xXS, xS: typeof xS, s: typeof s, m: typeof m, l: typeof l, xL: typeof xL, full: typeof full, }; export default _default;