import { ModalParams } from './typings'; declare const Modal: (props: ModalParams) => import("preact").JSX.Element; export { Modal };