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