import { TentLoyaltyI } from '../../../interfaces/core/tent-loyalty.interface'; import * as i0 from "@angular/core"; export declare class TentLoyaltyComponent { id: number; title?: string; subtitle?: string; percentage?: string; percentagetext1?: string; percentagetext2?: string; loyalties?: TentLoyaltyI; collapsed: boolean; toggleCollapse(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }