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