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