import { Placement } from './types'; import { StyleFn, Styles } from '../types'; export declare const getPseudoElementPosition: (placement: Placement, popoverMargin: number) => { [x: string]: string | number; }; export declare const getBodyStyles: StyleFn; export declare const arrowStyles: Styles; export declare const getInnerStyles: Styles;