/** * Tiny wrapper around the scrollIntoView API */ export declare const scrollToId: (id: string) => Promise; //# sourceMappingURL=scrollToId.d.ts.map