import { Tag } from "../../Tags"; import { PropertyValue } from "../PropertyValue"; export declare class TagsPropertyValue extends PropertyValue { tags: Array; constructor(tags: Array); isEmpty(): boolean; }