export interface NavTabsOptions {
    name: string;
    path: string;
    type: 'button' | 'link';
}
//# sourceMappingURL=tabs.types.d.ts.map