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