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