export declare const RuI18n: {
    'Select project': string;
    Select: string;
    'Delete status': string;
    'Do you really want to delete status "{{title}}" from project?': string;
    'Select status for append to project': string;
    'Delete user': string;
    'Do you really want to delete user "{{fullName}}" from project?': string;
    'Select user for append to project': string;
    Projects: string;
    'Select status': string;
    Statuses: string;
    'Select task': string;
    Tasks: string;
    Russian: string;
    English: string;
    Delete: string;
    Append: string;
    Save: string;
    Create: string;
    Close: string;
};
