import { ReactIconComponentType } from '../types';

declare const Stars: ReactIconComponentType;
export default Stars;
            