import { LzLogService } from "../services/lz-log.service"; export declare class LzLogDirective { private log; lzLog: string; clickEvent(): void; constructor(log: LzLogService); send: () => void; }