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