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