export * from './weights'; export declare const grays: { one: string; two: string; three: string; four: string; five: string; six: string; seven: string; eight: string; nine: string; }; export declare const color: { black: string; lightGray: string; gray: string; darkGray: string; green: string; yellow: string; white: string; red: string; }; export declare const palette: { primary: string; secondary: string; accent: string; error: string; background: string; surface: string; onPrimary: string; onSecondary: string; onAccent: string; onBackground: string; onSurface: string; onError: string; }; export declare const padding: { base: number; wide: number; narrow: number; }; export declare const border: { color: string; width: number; radius: number; }; export declare const types: { caption: { fontSize: number; lineHeight: number; }; large: { fontSize: number; lineHeight: number; }; micro: { fontSize: number; lineHeight: number; }; regular: { fontSize: number; lineHeight: number; }; small: { fontSize: number; lineHeight: number; }; title1: { fontSize: number; lineHeight: number; }; title2: { fontSize: number; lineHeight: number; }; title3: { fontSize: number; lineHeight: number; }; };