export declare class StTagItem {
    id: any;
    text: string;
    icon?: string;
    bubble?: string;
    [key: string]: any;
}
