//@private import * as searchBarModule from "ui/search-bar"; import * as colorModule from "color"; export declare function getNativeHintColor(textView: searchBarModule.SearchBar): colorModule.Color; export declare function getNativeFontSize(searchBar: searchBarModule.SearchBar): number;