import { LitElement } from 'lit'; /** * @element nve-toggletip-footer * @description Provides a designated area at the bottom of a toggletip for actions or supplementary information. * @documentation https://nvidia.github.io/elements/docs/elements/toggletip/ * @since 0.38.0 * @entrypoint \@nvidia-elements/core/toggletip * @slot - default slot for the toggletip footer * @cssprop --border-top * @cssprop --padding * @cssprop --gap * @aria https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ */ export declare class ToggletipFooter extends LitElement { static styles: import("lit").CSSResult[]; static readonly metadata: { tag: string; version: string; parents: string[]; }; render(): import("lit").TemplateResult<1>; connectedCallback(): void; }