import React from 'react';
import type { AnchorNavigationProps } from './AnchorNavigation.types';
export declare const AnchorNavigation: React.ForwardRefExoticComponent<AnchorNavigationProps & React.RefAttributes<HTMLUListElement>>;
