/** * uesd so a reserved word is not generated in the component * src: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#reserved_words */ export declare const reservedWords: string[]; //# sourceMappingURL=reserved-words.d.ts.map