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