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