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