import { OnInit } from '@angular/core'; export declare class StacheBlockquoteComponent implements OnInit { author: string; quoteSource: string; ngOnInit(): void; hasAuthor(): boolean; hasQuoteSource(): boolean; }