/** * @deprecated * * common library methods will get props containing already translated strings: * for example: * a MyButton complenent with a prop named titleLabel will be called with already tranalsted title: */ export declare function useTranslation(): import("react-i18next").UseTranslationResponse<"plugin__forklift-console-plugin", undefined>;