type JSXCustomElement = T & Omit, 'size'> & { key?: string | number; class?: string; slot?: string; shadowRoot?: ShadowRoot; }; export type { JSXCustomElement as J };