import React from 'react'; import 'antd/dist/antd.css'; import { DrawingID } from '@buerli.io/core'; /** * Shows list of 3d constraints which are contained by currentProduct. * * @param drawingId - id of a drawing in which currentProduct will be found. * @returns */ export declare const Constraints: React.FC<{ drawingId: DrawingID; }>;