import { ElementRef } from '@angular/core'; import { BComponent } from '../bcomponent'; export declare class BlockquoteBodyBDirective { } export declare class BlockquoteFooterBDirective { } export declare class BlockquoteBase extends BComponent { body: string; footer: string; reverse: boolean; projectionBody: any; projectionFooter: any; constructor(el?: ElementRef); Initialize: (body?: string, footer?: string, reverse?: boolean) => this; ngOnChildChanges: () => void; } export declare class BlockquoteBComponent extends BlockquoteBase { constructor(); } export declare class BlockquoteBDirective extends BlockquoteBase { constructor(el: ElementRef); }