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