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