export default function Root({ path, organType, children }: {
path: any;
organType: any;
children: any;
}): import("react/jsx-runtime").JSX.Element;