import React from "react"; type Props = { active: boolean; elementId: string; hasIssues?: boolean; title: string; top: string | number; scrollElementId?: string; }; export declare const VerticalNavigationMenuItem: ({ active, elementId, hasIssues, title, top, scrollElementId }: Props) => React.JSX.Element; export {};