import { CoreDictionary } from "../language/types";
export declare const useScreenTitleFromDictionary: (pickFn: (dictionary: CoreDictionary) => string) => void;
