export declare class FmrlVoucher { private subtitle; private icon; private redeemLink; private instructionTag; private imageHeader; token: string; amount: string; type: 'amazon' | 'apple' | 'tremendous' | 'bod' | 'other'; link: string; hint: string; target: string; encrypted: boolean; code: string; parseLink(): void; componentWillLoad(): void; decrypt(): Promise; render(): any; redeemVoucher(): Promise; parseType(): void; }