import React from "react"; export declare enum ETagColor { BLUE = 0, PURPLE = 1, GREEN = 2, GRAY = 3, RED = 4 } export interface ITagConfig { backgroundColor: string; borderColor: string; textColor: string; } interface GovernanceTagProps { text: string; color: ETagColor; } export declare const GovernanceTag: React.FC; export {}; //# sourceMappingURL=GovernanceTag.d.ts.map