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