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