export declare const renderNavigationChild: ({ strapi, nexus }: any) => { type: any; args: { documentId: any; childUiKey: any; type: string; menuOnly: any; }; resolve(_: any, args: any): Promise; };