import { PopoverAlignment } from './popover.types';
export declare const StyledPopover: import('@emotion/styled').StyledComponent<Omit<import('motion/react').HTMLMotionProps<"div">, "ref"> & import('react').RefAttributes<HTMLDivElement> & {
    theme?: import('@emotion/react').Theme;
} & {
    $popoverContainerStyle?: React.CSSProperties;
}, {}, {}>;
export declare const getPositionStyle: (wrapper: HTMLElement, tooltipWrapper: HTMLElement, alignment: PopoverAlignment) => {
    top: string;
    left: string;
};
//# sourceMappingURL=popover.styles.d.ts.map