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