export declare function HiddenNavigationAnchor({ id, ...props }: {
    id?: string;
}): import("react/jsx-runtime").JSX.Element;
