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