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