import React from 'react'; import { SerialScoreCardProps } from './type'; import './styles.scss'; export declare const SerialScoreCard: (props: SerialScoreCardProps) => React.JSX.Element;