import type { AdyenBusinessFinancingProps } from './adyen-business-financing.types';
export declare const AdyenBusinessFinancing: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, }: AdyenBusinessFinancingProps) => import("preact/jsx-runtime").JSX.Element;
