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