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