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