import { PopoverProps, PopoverXPositionType, PopoverYPositionType } from '../../Popover'; import { TipPlacementComponentProps, TipWrapperProps } from './types'; export declare const getAlignmentStyles: ({ alignment, avatar, type, }: Pick) => "avatarAligned" | "previewAligned" | "horizontalCenter" | "vertCenter" | "aligned"; export declare const getPopoverAlignmentAndPattern: ({ alignment, type, }: Partial>) => (PopoverXPositionType & Pick) | (PopoverYPositionType & Pick);