import Score from './Score';
import { ScoreProps } from './Score.types';
export { Score };
export type { ScoreProps };
