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