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