import { Provider } from '@angular/core'; import { NgeMarkdownTransformer } from '../nge-markdown-transformer'; import { NgeMarkdownContribution } from '../nge-markdown-contribution'; import * as i0 from "@angular/core"; /** * Contribution to render tabs inside markdown files. */ export declare class NgeMarkdownTabbedSet implements NgeMarkdownContribution { contribute(transformer: NgeMarkdownTransformer): void; private createTabs; private addStyles; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } /** * Injection token to register `NgeMarkdownTabbedSet` contribution. */ export declare const NgeMarkdownTabbedSetProvider: Provider;