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