import React from 'react';
import { StarType } from '../../types';
declare const Star: React.FC<StarType>;
export default Star;
