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