import type { PayloadRequest, ServerProps } from 'payload'; import React from 'react'; import './index.scss'; export type NavProps = { req?: PayloadRequest; } & ServerProps; export declare const DefaultNav: React.FC; //# sourceMappingURL=index.d.ts.map