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