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