import { AfterViewInit, Renderer2, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * change mat checkbox size. changes the actual width and height. */ export declare class SingMatCheckboxSizeDirective implements AfterViewInit { private viewContainerRef; private renderer; singMatCheckboxSize: number; constructor(viewContainerRef: ViewContainerRef, renderer: Renderer2); ngAfterViewInit(): void; /** * set check box size. * we first check for int and then we find the checkbox element in order to set checkbox size. */ setCheckboxSize(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=mat-checkbox-size.directive.d.ts.map