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