import type { DialogPlugin } from './definitions'; declare const Dialog: DialogPlugin; export * from './definitions'; export { Dialog };