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