type ScrollIntoViewOptions = { behavior: 'smooth' | 'instant'; block: 'start' | 'center' | 'end' | 'nearest'; inline: 'start' | 'center' | 'end' | 'nearest'; }; export declare const useScrollIntoView: (element: React.RefObject, options?: { delay?: number; scrollIntoViewOptions?: Partial; }) => () => void; export {}; //# sourceMappingURL=useScrollIntoView.d.ts.map