import type { PositionCoordinates } from '../types.js';
import { LayoutType } from '../types.js';
export declare function getPositionCoordinates(width: number, height: number, layoutType: LayoutType, fieldOffsetX?: number, isFullField?: boolean): PositionCoordinates;
