import React from 'react'; interface EnergySourcesGridProps { subsection: any; getFieldValue: (property: string) => any; handleInputChange: (property: string, value: any) => void; editing: boolean; } declare const EnergySourcesGrid: ({ subsection, getFieldValue, handleInputChange, editing }: EnergySourcesGridProps) => React.JSX.Element; export default EnergySourcesGrid; //# sourceMappingURL=EnergySourcesGrid.d.ts.map