import { HTMLAttributes } from 'react';
export interface SmoothScrollWrapperProps {
options?: ScrollSmoother.Vars;
noInitialWrapper?: boolean;
}
export declare const SmoothScrollWrapper: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;