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