import React from 'react'; import type { Feature } from './services/FeatureService'; export interface FeatureListProps { onSelectFeature?: (id: string) => void; onCreatePlansAndCriteria?: (feature: Feature) => void; searchTerm?: string; } export declare const FeatureList: React.FC; //# sourceMappingURL=FeatureList.d.ts.map