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