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