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