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