import { LitElement } from 'lit'; /** * @element nve-toggletip-footer * @description Provides a designated area at the bottom of a toggletip for actions or supplementary information. * @since 0.38.0 * @entrypoint \@nvidia-elements/core/toggletip * @slot - default slot for the toggletip footer * @cssprop --border-top * @cssprop --padding * @cssprop --gap * */ 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; }