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