import type { BranduiChartBarColors, BranduiChartBarGradients, BranduiTypographyColors } from '../types'; export declare const branduiTypographyColors: BranduiTypographyColors[]; export declare const branduiChartBarColors: BranduiChartBarColors[]; export declare const branduiChartBarGradients: BranduiChartBarGradients[]; export declare const brandColors: { 'dark-purple': string; purple: string; lavender: string; black: string; space: string; midnight: string; ocean: string; dawn: string; steel: string; smoke: string; snow: string; white: string; rose: string; salmon: string; 'hot-pink': string; bubblegum: string; autumn: string; tiger: string; summer: string; daffodil: string; turquoise: string; 'dark-teal': string; teal: string; vibe: string; 'deep-sea': string; 'electric-blue': string; 'electric-blue-dark': string; periwinkle: string; lilac: string; sky: string; 'cotton-candy': string; }; export declare const brandHexes: { [k: string]: string; }; declare const _default: string[]; export default _default;