import type { Components, JSX } from "../dist/types/components"; interface OsdsSelectGroup extends Components.OsdsSelectGroup, HTMLElement {} export const OsdsSelectGroup: { prototype: OsdsSelectGroup; new (): OsdsSelectGroup; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;