import type { DecoratedGrid } from '../../interfaces'; /** * Generate and returns a muuri instance with the given options. * * @param options - The options. * @returns - The muuri instance. */ export declare function getInstance(options: object): DecoratedGrid;