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