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