import { IImpactPayElementConfig } from "../types/impactpay-element-config";
export declare function createImpactPayPageTakeover(clientSecret: string, mode: string, config: IImpactPayElementConfig, locale?: string): HTMLElement;
