/**
 * @slot social-item - Replaces social item, has replaceable keys `{icon}`, `{type} and {link}`.
 */
export declare class SallaSocial {
  constructor();
  private readonly socialSlot;
  links: any;
  host: HTMLElement;
  iconsList: any;
  private getLinksArray;
  componentWillLoad(): Promise<unknown>;
  render(): any;
  componentDidRender(): void;
}
