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