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