import type { DecoratedGrid } from '../../interfaces'; /** * Returns the Css class of the grid element. * * @param grid - The Muuri instance. * @returns - The class. */ export declare function getGridClass(grid: DecoratedGrid): string;