declare const getColorFromUUID: (uuid: string, colors: T[]) => T; export default getColorFromUUID;