export declare const DATA_SET_NAMESPACE = "tc"; export declare const DISABLED_NODE = "[tc-disabled]"; export declare const SELECTED_NODE = "[tc-selected]"; export declare const CHECKED_NODE = "[tc-checked]"; export declare const MATCHES_NODE = "[tc-matches]"; type TerracottaTag = { [key in `${typeof DATA_SET_NAMESPACE}-${string}`]: string; }; export declare function createTag(tag: string): TerracottaTag; export {}; //# sourceMappingURL=namespace.d.ts.map