/// <reference types="../../index.d.ts" />
import { PublicLitElement as LitElement, JsxNode, TargetedEvent } from '@arcgis/lumina';

/**
 * @deprecated Use the `calcite-carousel` and `calcite-carousel-item` components instead.
 * @slot  - A slot for adding `calcite-tip`s.
 */
export declare class TipGroup extends LitElement {
    /** The component header text for all nested `calcite-tip`s. */
    groupTitle: string;
}
