export type * from './aria-types'; export type * from './ds.types'; declare global { interface HTMLLmvzModalElement { readonly dialog: HTMLDialogElement | undefined; } }