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