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