import { Options } from "./Options.js";
declare const modal: (id: string, api_key: string, options?: Partial<Options>) => HTMLElement | undefined;
declare const screenWidth: () => number;
declare const isTouchEnabled: () => boolean;
declare function destroy(): void;
export { modal, destroy, Options, screenWidth, isTouchEnabled };
