import { BetaFeature, ExtensionFactory } from '@c8y/ngx-components';
import * as i0 from "@angular/core";
export declare class MessagingManagementPreviewFactory implements ExtensionFactory<BetaFeature> {
    private readonly applicationService;
    get(): Promise<{
        key: string;
        label: string;
        description: () => Promise<any>;
        settings: {
            reload: boolean;
        };
    }>;
    static ɵfac: i0.ɵɵFactoryDeclaration<MessagingManagementPreviewFactory, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MessagingManagementPreviewFactory>;
}
//# sourceMappingURL=messaging-management-preview.factory.d.ts.map