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