import Token from './token'; export default class HTMLToken extends Token { constructor(str: any, begin: any, input: any, file: any, line: any); }