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