import { Position } from "./styles"; export declare function arePositionsEqual(left: Position, right: Position): boolean;