declare function tagToString(tagName: string, args: any, plurarls?: Record, indent?: string, fromAttribute?: boolean): string; export { tagToString };