/**
 * Calls `targetElement.scrollIntoView({ block: 'nearest' })`.
 *
 * If browser do not support options for `scrollIntoView`, fallback to polyfill.
 */
export default function scrollIntoViewWithBlockNearest(targetElement: HTMLElement): void;
//# sourceMappingURL=scrollIntoViewWithBlockNearest.d.ts.map