export { ScopedElementsMixin } from "./src/ScopedElementsMixin.js"; export type ScopedElementsMap = { [key: string]: { new (): HTMLElement; prototype: HTMLElement; }; }; //# sourceMappingURL=index.d.ts.map