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