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