export declare type LinkItem = { route: string; label: string; disabled?: boolean; }; export declare type NavBarProps = { title?: string; }; //# sourceMappingURL=types.d.ts.map