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