export declare const state: { languagesData: { isLoading: boolean; isError: boolean; error: string; data: any[]; }; currentLanguage: { label: string; code: string; direction: string; }; }; export default state;