import { AttributeConfig, TagConfig } from '../types.js';

declare const globalReactAttributes: AttributeConfig;
declare const reactTags: TagConfig;
export { globalReactAttributes, reactTags };
