1 | import { RenderingContext2D } from '../types';
|
2 | import { BoundingBox } from '../BoundingBox';
|
3 | import { PathElement } from './PathElement';
|
4 | export declare class EllipseElement extends PathElement {
|
5 | type: string;
|
6 | path(ctx: RenderingContext2D): BoundingBox;
|
7 | getMarkers(): any;
|
8 | }
|
9 | //# sourceMappingURL=EllipseElement.d.ts.map |
\ | No newline at end of file |