import type { AnnotationPosition } from '../types'; interface Props { positions: AnnotationPosition[]; totalRows: number; } export declare function checkForHorizontalSpace({ positions, totalRows }: Props): void; export {}; //# sourceMappingURL=checkForHorizontalSpace.d.ts.map