import type { AdyenTermsOfServiceManagementProps } from './adyen-terms-of-service-management.types';
/**
 * Enables users to view and accept the Terms of Service documents.
 */
export declare const AdyenTermsOfService: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, view, }: AdyenTermsOfServiceManagementProps) => import("preact/jsx-runtime").JSX.Element;
