import { VNode } from "../../stencil-public-runtime"; export declare type PaymentInfoViewProps = { data: { formKey: string; intlLink: string; }; callbacks: { goBack: () => void; }; elements: { host: HTMLElement; }; }; export declare function PaymentInfoView(props: PaymentInfoViewProps, children: VNode[]): any;