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