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