import type { FdoPaymentGatewayV2 } from "@feedmepos/payment-entity"; import type { PropType } from "vue"; declare const _default: import("vue").DefineComponent void>; required: true; }; onDelete: { type: PropType<(g: FdoPaymentGatewayV2) => void>; required: true; }; gateway: { type: PropType<{ _id: string; paymentGateway: "ADYEN"; active: boolean; config: { hmacKey?: string | null | undefined; merchantAccount: string; username: string; apiKey: string; endpoint: string; }; restaurantId: string; } | undefined>; required: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; required: true; }; onDelete: { type: PropType<(g: FdoPaymentGatewayV2) => void>; required: true; }; gateway: { type: PropType<{ _id: string; paymentGateway: "ADYEN"; active: boolean; config: { hmacKey?: string | null | undefined; merchantAccount: string; username: string; apiKey: string; endpoint: string; }; restaurantId: string; } | undefined>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;