declare const colors: { NONE: string; CURRENT_ACTIVE: string; LEGACY_ACTIVE: string; CURRENT: string; ANCESTOR: string; UNRELATED_UNIQUE: string; UNRELATED: string; CONT_ACTIVE: string; CONT_BLANK: string; CONT_PINNED: string; }; export default colors;