/** * Open a modal with the given content * @param content HTMLElement */ export declare const openModal: (modalId: string, content: HTMLElement) => void;