import { PopoverType } from '../components/popover/Popover'; interface PopoverElements { hoverElement: HTMLElement | null; targetElement: HTMLElement | null; } export declare const usePopoverStyles: (type: PopoverType, { hoverElement, targetElement }: PopoverElements) => { readonly styles: { [key: string]: import("react").CSSProperties; }; readonly attributes: { [key: string]: { [key: string]: string; } | undefined; }; }; export {};