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