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