import { ElementRef, OnInit } from "@angular/core"; export declare class NewellMatButtonTogglePrimaryDirective implements OnInit { private _el; private readonly className; constructor(_el: ElementRef); ngOnInit(): void; }