import { Component } from '../../core'; import type { Group } from '../../shapes'; import type { GridOptions, GridStyleProps } from './types'; export type { GridOptions, GridStyleProps }; export declare class Grid extends Component { render(attributes: GridStyleProps, container: Group): import("@antv/g").IAnimation[]; }