import { BitService } from 'ngx-bit'; export declare class BitBackDirective { private bit; constructor(bit: BitService); onClick(): void; }