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