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