import Core from '@any-scroll/core'; import { Options } from '@any-scroll/core'; export default class extends Core { constructor(el: HTMLElement, options?: Options); }