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