export declare class Tags { collection: string[]; constructor(data?: string[] | string); }