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