import React from 'react';
export declare function HiddenNavigationAnchor({ id, ...props }: {
    id?: string;
}): React.JSX.Element;
