export declare class Title {
    Data: string;
    ID: string;
    Lang: string;
    Dir: string;
}
