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