import { StringMap } from 'i18next';
export declare const useScopeTranslation: (namespace: string, ...scopes: string[]) => (key: string, option?: StringMap) => string;
