import InfoAttr from "./InfoAttr"; export default class StringInfoAttr extends InfoAttr { /** The string. */ readonly string: string; constructor( /** The string. */ string: string); }