export interface IScrollspy {
	options?: {};

	destroy(): void;
}
