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

declare const StarBorder: ReactIconComponentType;
export default StarBorder;
            