import type { GridProps } from '../../interfaces'; /** * Wrap the 'dragContainer' option. * Allow it to be a ref. * * @param options - The grid options. */ export declare function setDragContainer(options: GridProps): void;