import { TooltipAlignType } from '../../types/tooltipAlign';
import { ElementRects } from '../types';
export declare const getAlignmentSides: (placement: TooltipAlignType, rects: ElementRects) => {
    main: TooltipAlignType;
    cross: TooltipAlignType;
};
