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