import type { ExcalidrawElement } from "./types"; export declare const positionElementsOnGrid: (elements: TElement[] | TElement[][], centerX: number, centerY: number, padding?: number) => TElement[];