/** * Neo Design System * TypeScript declarations generated from Figma design tokens * @generated */ export type Neutral = { small: { x: 0; y: 1; blur: 3; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; regular: { x: 0; y: 2; blur: 4; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; medium: { x: 0; y: 8; blur: 15; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; large1: { x: 0; y: 4; blur: 4; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; large2: { x: 0; y: 8; blur: 24; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; }; export declare const neutral: Neutral; export type Primary = { small: { x: 0; y: 1; blur: 3; spread: 0; shadow: 'rgba(47, 66, 255, 0.1)'; }; regular: { x: 0; y: 4; blur: 8; spread: 0; shadow: 'rgba(47, 66, 255, 0.1)'; }; medium: { x: 0; y: 8; blur: 15; spread: 0; shadow: 'rgba(47, 66, 255, 0.1)'; }; large: { x: 0; y: 8; blur: 24; spread: 0; shadow: 'rgba(47, 66, 255, 0.1)'; }; }; export declare const primary: Primary; export type Card = { x: 0; y: 2; blur: 4; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; export declare const card: Card; export type HardLine = { x: 0; y: 1; blur: 2; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; export declare const hardLine: HardLine; export type Dropdown = { x: 0; y: 8; blur: 15; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; export declare const dropdown: Dropdown; export type Drawer = { x: 0; y: 8; blur: 15; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; export declare const drawer: Drawer; export type Modal = { x: 0; y: 8; blur: 15; spread: 0; shadow: 'rgba(31, 41, 55, 0.1)'; }; export declare const modal: Modal; declare const _default: { neutral: typeof neutral, primary: typeof primary, card: typeof card, hardLine: typeof hardLine, dropdown: typeof dropdown, drawer: typeof drawer, modal: typeof modal, }; export default _default;