import "./components/impactpay-page-takeover";
export { Ekko } from "./ekko";
export { EkkoElements, ElementsOptions } from "./ekko-elements";
/**
 * Default export function to create an Ekko instance.
 */
import { EkkoOptions } from "./ekko";
import { Ekko } from "./ekko";
export default function ekko(mode: string, options?: EkkoOptions): Ekko;
