export declare class LinkEntity {
    link: string;
    text: string;
}
