/**
 * Set the style to the given popper
 */
import { Renderer2 } from '@angular/core';
export declare function setStyles(element: HTMLElement | null, styles?: Record<string, string | number | HTMLElement>, renderer?: Renderer2): void;
