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