import * as _angular_cdk_overlay from '@angular/cdk/overlay'; import { ConnectedPosition } from '@angular/cdk/overlay'; import { Placement, Alignment } from '@bootkit/ng1/common'; /** * Get the overlay position based on the provided placement and alignment. * * @param placement - The placement of the overlay (e.g., 'bottom', 'top', 'start', 'end'). * @param alignment - The alignment of the overlay (e.g., 'start', 'center', 'end'). * @returns The connected position for the overlay. */ declare function getConnectedPosition(placement: Placement, alignment: Alignment): ConnectedPosition; declare function getConnectedPositions(placement: Placement, alignment: Alignment, includeFlippedPlacement?: boolean): ConnectedPosition[]; declare const START_START_POS: _angular_cdk_overlay.ConnectedPosition; declare const START_CENTER_POS: _angular_cdk_overlay.ConnectedPosition; declare const START_END_POS: _angular_cdk_overlay.ConnectedPosition; declare const END_START_POS: _angular_cdk_overlay.ConnectedPosition; declare const END_CENTER_POS: _angular_cdk_overlay.ConnectedPosition; declare const END_END_POS: _angular_cdk_overlay.ConnectedPosition; declare const TOP_START_POS: _angular_cdk_overlay.ConnectedPosition; declare const TOP_END_POS: _angular_cdk_overlay.ConnectedPosition; declare const TOP_CENTER_POS: _angular_cdk_overlay.ConnectedPosition; declare const BOTTOM_START_POS: _angular_cdk_overlay.ConnectedPosition; declare const BOTTOM_CENTER_POS: _angular_cdk_overlay.ConnectedPosition; declare const BOTTOM_END_POS: _angular_cdk_overlay.ConnectedPosition; declare const START_START_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const START_CENTER_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const START_END_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const END_START_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const END_CENTER_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const END_END_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const TOP_START_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const TOP_END_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const TOP_CENTER_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const BOTTOM_START_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const BOTTOM_CENTER_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; declare const BOTTOM_END_FLIPPED_POS: _angular_cdk_overlay.ConnectedPosition[]; export { BOTTOM_CENTER_FLIPPED_POS, BOTTOM_CENTER_POS, BOTTOM_END_FLIPPED_POS, BOTTOM_END_POS, BOTTOM_START_FLIPPED_POS, BOTTOM_START_POS, END_CENTER_FLIPPED_POS, END_CENTER_POS, END_END_FLIPPED_POS, END_END_POS, END_START_FLIPPED_POS, END_START_POS, START_CENTER_FLIPPED_POS, START_CENTER_POS, START_END_FLIPPED_POS, START_END_POS, START_START_FLIPPED_POS, START_START_POS, TOP_CENTER_FLIPPED_POS, TOP_CENTER_POS, TOP_END_FLIPPED_POS, TOP_END_POS, TOP_START_FLIPPED_POS, TOP_START_POS, getConnectedPosition, getConnectedPositions };