import { ElementRef, OnInit } from '@angular/core'; declare type MatSizeType = 'sm' | 'lg' | 'md'; export declare class NewellMatSizeDirective implements OnInit { private _el; size: MatSizeType; constructor(_el: ElementRef); ngOnInit(): void; } export {};