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