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