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