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