import type { Components, JSX } from "../types/components"; interface RuxIconGridOn extends Components.RuxIconGridOn, HTMLElement {} export const RuxIconGridOn: { prototype: RuxIconGridOn; new (): RuxIconGridOn; };