import colorModule = require("color"); import searchBarModule = require("ui/search-bar"); export function getNativeHintColor(searchBar: searchBarModule.SearchBar): colorModule.Color { // TODO: This test needs to be created return undefined; }