import * as React from "react"; export function Augmentation(name: string): JSX.Element { return ( {name} ); }