/// <reference types="react" />
import { GoalsDataProps } from './Goals';
export default function GoalsDesktop({ asset, link, summary, countSql, title, }: GoalsDataProps): JSX.Element;
