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