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