import type { DecoratedGrid } from '../../interfaces'; /** * Fill a grid instance: * - Add the sizer element. * * @param grid - The Muuri instance. */ export declare function fillGrid(grid: DecoratedGrid): void;