import { ReactNode } from 'react';
import localeContext from './LocaleContext';
export declare function $l(component: string, key: string, injectionOptions?: {
    [key: string]: ReactNode;
}): any;
export default localeContext;
