import Mesh from './Mesh'; declare class Triangle extends Mesh { constructor(sides: RosMessage.Point[]); } export default Triangle;