import { Band } from './Band'; import { ShapeType } from '../Enums/ShapeType'; export declare abstract class ShapeBand extends Band { shape: ShapeType; }