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