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