import type { Components, JSX } from "../types/components";

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