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