import { LitElement } from 'lit'; /** * @element nve-toggletip-header * @description Displays a title or contextual label at the top of a toggletip to categorize its contents. * @documentation https://nvidia.github.io/elements/docs/elements/toggletip/ * @since 0.38.0 * @entrypoint \@nvidia-elements/core/toggletip * @slot - default slot for the toggletip header * @cssprop --border-bottom * @cssprop --padding * @cssprop --border-radius * @aria https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ */ export declare class ToggletipHeader extends LitElement { static styles: import("lit").CSSResult[]; static readonly metadata: { tag: string; version: string; parents: string[]; }; render(): import("lit").TemplateResult<1>; connectedCallback(): void; }