import { FileSystemType } from '../../../ui/index.js';
export declare function I18nProvider({ children }: {
    children: any;
}): import("react/jsx-runtime").JSX.Element;
export declare function useI18n(): {
    i18nIsActive?: boolean;
    mainLanguage?: string;
    languages: {
        id_input: string;
        main: boolean;
        image: FileSystemType[];
        symbol: string;
    }[];
};
