import type { IdsModalSettings } from './ids-modal'; /** * IDS Notification Service */ export default class IdsModalService { static show(settings: IdsModalSettings): void; static hide(id: string): void; static buttons(id: string): NodeListOf; }