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