import GiftcardElement from '../Giftcard/Giftcard';
export declare class MealVoucherFRElement extends GiftcardElement {
    static type: string;
    constructor(props: any);
    formatProps(props: any): any;
    /**
     * Formats the component data output
     */
    formatData(): {
        paymentMethod: {
            type: any;
            brand: any;
            encryptedCardNumber: any;
            encryptedSecurityCode: any;
            encryptedExpiryMonth: any;
            encryptedExpiryYear: any;
        };
    };
}
export default MealVoucherFRElement;
