import { GUI } from '../../core'; import type { Group } from '../../shapes'; import type { GridOptions, GridStyleProps } from './types'; export type { GridStyleProps, GridOptions }; export declare class Grid extends GUI { render(attributes: GridStyleProps, container: Group): import("../../animation").AnimationResult[]; }