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