import type { Components, JSX } from "../types/components";

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