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