import { Colors } from "./../../types"; import { TagType } from "."; export declare const tagTypeToColor: (tagType: TagType) => Colors;