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