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

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