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