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