export declare const isInIframe: () => boolean;
export declare const getWindow: () => Window;
export declare const getWindowHeight: () => number;
export declare const createModal: () => HTMLElement | null;
export declare const addCSS: () => void;
