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