export declare class ScrollToService { static toDomId(id: string): string; static scrollTo(selector: string, scrollableContainer: string, offset?: number, delay?: number): void; }