import { Renderer2 } from '@angular/core'; import { DropDownMatMenuPanelStyle } from '../models/drop-down-mat-menu-panel-style.interface'; import * as i0 from "@angular/core"; export declare class DropDownMenuStyleDirective { private renderer; set singDropDownMenuStyle(menuStyle: DropDownMatMenuPanelStyle); menuPanelId: string; constructor(renderer: Renderer2); /** * set the style on mat-menu-panel element * @param menuStyle */ setMatMenuPanelStyle(menuStyle: DropDownMatMenuPanelStyle): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=drop-down-menu-style.directive.d.ts.map