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