import { Props as SideNavigationProps } from '../SideNavigation'; export default function NavigationContent({ accessibilityLabel, children, footer, header, showBorder, }: SideNavigationProps): import("react/jsx-runtime").JSX.Element;