import { SVGBoardConfig } from './types'; export default function createGrid(config: SVGBoardConfig): SVGGElement;