The type of element you get when using bind:this on a Modal component.
import type { ModalElement } from 'svelte-pops'
import type { ModalProps } from 'svelte-pops'
Remote attached to a Modal component.
import type { ModalRemote } from 'svelte-pops'