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