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