import React from 'react'; export declare const ScorecardsContent: (props: { title: string; description?: string; checksId?: string[]; }) => React.JSX.Element;