/**
 * Tiny wrapper around the scrollIntoView API
 *
 * Also focuses the element if the focus flag is true
 */
export declare const scrollToId: (id: string, focus?: boolean) => void;
//# sourceMappingURL=scroll-to-id.d.ts.map