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