export type GoalsV2Props = {
    entityId: string;
    dataLink: string;
};
export type GoalsV2DataProps = {
    countSql?: string;
    title: string;
    summary: string;
    link: string;
    asset: string;
};
export declare const GoalsV2: React.FC<GoalsV2Props>;
export default GoalsV2;
//# sourceMappingURL=GoalsV2.d.ts.map