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