import { ViewContainerRef } from '@angular/core'; import { MessageProps } from '@kite_aerolab/shared/components'; export declare class MessageDirective { viewContainerRef: ViewContainerRef; type: MessageProps['type']; css: MessageProps['css']; constructor(viewContainerRef: ViewContainerRef); get isError(): string; } //# sourceMappingURL=message.directive.d.ts.map