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