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