OwlCyberSecurity - MANAGER
Edit File: presto-cta-overlay-controller.d.ts
import type { Components, JSX } from "../types/components"; interface PrestoCtaOverlayController extends Components.PrestoCtaOverlayController, HTMLElement {} export const PrestoCtaOverlayController: { prototype: PrestoCtaOverlayController; new (): PrestoCtaOverlayController; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;