import { type ModalProps } from '.'; declare const open: (options: ModalProps) => void; export default open;