export declare const useWeglot: (api_key: string, defaultLanguage?: string) => readonly [string, import("react").Dispatch<import("react").SetStateAction<string>>];
