import React from 'react'; import { DrawingID } from '@buerli.io/core'; export declare const FeatureList: React.FC<{ drawingId: DrawingID; }>;