import { PropsWithChildren } from "react";
export declare function NavigationGroup({ children, group }: PropsWithChildren<{
    group: string | undefined;
}>): import("react/jsx-runtime").JSX.Element;
