export type TerraShowEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'terra-show': TerraShowEvent; } }