export { getTagAttributesString }; export type { TagAttributes }; type TagAttributes = Record; declare function getTagAttributesString(tagAttributes: TagAttributes): string;