interface UseAutomaticScrollByLocationOptions {
    scrollIfNeeded?: boolean;
}
export declare function useAutomaticScrollByLocation({ scrollIfNeeded, }?: UseAutomaticScrollByLocationOptions): void;
export {};
