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