import * as React from 'react'; import type { ShapeStyles } from '../../../../types'; interface EllipseSvgProps { id: string; radius: number[]; style: ShapeStyles; isSelected: boolean; isDarkMode: boolean; } export declare const DrawEllipse: React.NamedExoticComponent; export {}; //# sourceMappingURL=DrawEllipse.d.ts.map