export interface Link { label: string; route: string | string[]; routerLinkActiveOptions?: { exact: boolean; }; disabled?: boolean; } //# sourceMappingURL=link.interface.d.ts.map