import { BaseComponentContext } from './BaseComponentContext.js'; export type ModalDialogContext = BaseComponentContext & { content: string; };