/** * A child component of `dxp-tabs` meant to be used in the `panel` slot * @slot label - Optional slot to render additional label content * @slot content - Use this slot to place the tab's content */ export declare class DxpTabsItem { private generatedId; el: HTMLDxpTabsItemElement; /** * Label displayed on the control element for this content. * Alternatively, the `label` slot can be used to add additional HTML */ label?: string; render(): any; }