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