import type { ModalsTypes } from "./types"; export declare const injectModals: (newModals: ModalsTypes) => void, getModal: (type: string) => any;