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