import { CSSResultGroup, TemplateResult } from 'lit'; import { SbbLinkBaseElement } from '../../core/base-elements.ts'; import { SbbTooltipDefaultPositions } from '../../tooltip.ts'; declare const SbbIconSidebarLinkElement_base: import('../../core.ts').AbstractConstructor & typeof SbbLinkBaseElement; /** * Link to be placed inside `sbb-icon-sidebar`. * * @slot icon - Slot used to display the icon. */ export declare class SbbIconSidebarLinkElement extends SbbIconSidebarLinkElement_base implements SbbTooltipDefaultPositions { static readonly elementName: string; static styles: CSSResultGroup; /** @internal */ readonly tooltipPositions: string[]; protected renderTemplate(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-icon-sidebar-link': SbbIconSidebarLinkElement; } } export {}; //# sourceMappingURL=icon-sidebar-link.component.d.ts.map