import * as i0 from "@angular/core"; export declare function VUD_SIDEBAR_I18N_FACTORY(): VudSidebarI18nDefault; export declare abstract class VudSidebarI18n { abstract expandMenuLabel: string; abstract collapseMenuLabel: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class VudSidebarI18nDefault extends VudSidebarI18n { /** A label for the button to expand the menu */ expandMenuLabel: string; /** A label for the button to collapse the menu */ collapseMenuLabel: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare function provideVudSidebarI18n(value: VudSidebarI18n | (() => VudSidebarI18n)): import("@angular/core").EnvironmentProviders;