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