import { Colors } from './types'; export declare const baseColors: { alert: string; active: string; white: string; white05: string; white10: string; white60: string; white87: string; gray: string; gray60: string; gray30: string; hover1: string; hover2: string; d1: string; d3gray: string; d4: string; d5: string; toast: { dangerBg: string; dangerFont: string; successBg: string; successFont: string; }; }; export declare const lightColors: Colors; export declare const darkColors: Colors;