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