import type { OffsetBoundsOptions } from './types';
export declare function getOffsetBounds({ containerDimension, childDimension, padding, centerContained, }: OffsetBoundsOptions): number[];
