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