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