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