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 DrawTriangle: React.NamedExoticComponent; export {}; //# sourceMappingURL=DrawTriangle.d.ts.map