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