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