import type { Shape, ShapeGeneratorOptions, ShapeParticle } from '.'; export declare class TextureShape implements Shape { width: number; height: number; block: number[]; anchors: Float32Array; arcMode: number; random: number; constructor(arg: any); generate(opt: ShapeGeneratorOptions): ShapeParticle; }