import * as React from "react"; import { ModalProps, ModalRenderProps } from "./Modal"; export declare function openModal(render: (props: ModalRenderProps) => React.ReactNode, options?: Omit): string; //# sourceMappingURL=openModal.d.ts.map