export declare const ObjectLocale: {
    "ru-RU": {
        title: string;
    };
    "en-US": {
        title: string;
    };
};
