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