export class Scrollable {
	init(el): void;
}
export let scrollable: Scrollable;