import { FunctionComponent } from 'react'; declare type ForecastEquivalencyProps = { title: string; treeSeedlings: string; yearCostSavings: string; }; declare const ForecastEquivalencyCard: FunctionComponent; export default ForecastEquivalencyCard;