import type { CalculatePentaResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * Human Design penta. Renders /human-design/penta: the group field (3 to 5 people) as the penta channels they form, split into the upper (direction) and lower (execution) triangles, with each channel marked defined or open and core or not, and which members hold each gate. The team/business chart. */ export declare class RoxyHdPenta extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderData(d: CalculatePentaResponse): import("lit").TemplateResult<1>; private renderSummary; private renderGroup; protected renderEmpty(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'roxy-hd-penta': RoxyHdPenta; } } //# sourceMappingURL=hd-penta.d.ts.map