export declare const borders: { normal: string; light: string; active: string; success: string; error: string; white: string; }; /** * Valores definidos en el sistema de diseños eclass. * @see https://zeroheight.com/15698077d/p/48fae4-eclass-sistema-de-diseo */ export declare const radii: { small: string; big: string; rounded: string; }; /** * Valores definidos en el sistema de diseños eclass. * @see https://zeroheight.com/15698077d/p/787e81-shadows--elevation */ export declare const shadows: { sm: string; md: string; lg: string; }; /** * Valores definidos en el sistema de diseños eclass. * @see https://zeroheight.com/15698077d/p/04fce7-spacial-units */ export declare const space: { xxs: string; xs: string; s: string; m: string; l: string; xl: string; xxl: string; }; export declare const utils: { borders: { normal: string; light: string; active: string; success: string; error: string; white: string; }; radii: { small: string; big: string; rounded: string; }; shadows: { sm: string; md: string; lg: string; }; space: { xxs: string; xs: string; s: string; m: string; l: string; xl: string; xxl: string; }; }; //# sourceMappingURL=utils.d.ts.map