interface WebComponentInterface { element: WebComponentElement; superId: string; id: string; setId: (id?: string) => void; container: HTMLElement; } export { type WebComponentInterface };