import React from 'react';
export declare type GoalsProps = {
    entityId: string;
};
export declare type GoalsDataProps = {
    countSql?: string;
    title: string;
    summary: string;
    link: string;
    asset: string;
};
export declare const Goals: React.FC<GoalsProps>;
export default Goals;
