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

declare const Star: ReactIconComponentType;
export default Star;
            