export declare const TAG_MIN_LENGTH = 2;
export declare const TAG_MAX_LENGTH = 50;
export interface ITag {
    value: string;
    type: string;
    color?: string | null;
}
//# sourceMappingURL=index.d.ts.map