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