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