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