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