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