import { ModalType } from "./types"; export declare const usePortal: (type: ModalType) => HTMLDivElement;