import { UglaService } from '../../ugla.service'; /** * Quote * * @example * * * * */ export declare class QuoteComponent { private ugla; text: string; set color(color: string); get color(): string; set align(align: string); get align(): string; _color: string; _align: string; classes: string[]; constructor(ugla: UglaService); }