/** * Neo Design System * TypeScript declarations generated from Figma design tokens * @generated */ export type Button = { default: 40; small: 32; large: 48; }; export declare const button: Button; export type Input = { default: 40; dense: 32; }; export declare const input: Input; export type Table = { headerCompact: 44; headerStandard: 38; headerComfortable: 52; rowCompact: 48; rowStandard: 42; rowComfortable: 56; }; export declare const table: Table; export declare const tooltip: 24; declare const _default: { button: typeof button, input: typeof input, table: typeof table, tooltip: typeof tooltip, }; export default _default;