import { PixelModifyItem } from "../../src";
export declare const CreateEmptySquareData: (size: number) => Array<Array<PixelModifyItem>>;
