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