import { Rect } from '@antv/g-lite';
import type { SquarePatternCfg } from './interfaces';
/**
 * squarePattern 的 默认配置
 */
export declare const defaultSquarePatternCfg: {
    size: number;
    padding: number;
    isStagger: boolean;
    backgroundColor: string;
    opacity: number;
    fill: string;
    fillOpacity: number;
    stroke: string;
    lineWidth: number;
};
/**
 * 创建 squarePattern
 */
export declare function squares(cfg?: SquarePatternCfg): Rect;
//# sourceMappingURL=squares.d.ts.map