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