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