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