import { FC, PropsWithChildren } from 'react';
import { FcrTheme, FcrUIConfig } from 'agora-common-libs';
export declare const Providers: FC<PropsWithChildren<{
    language: string;
    uiConfig: FcrUIConfig;
    theme: FcrTheme;
}>>;
