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

declare const StarOutline: ReactIconComponentType;
export default StarOutline;
            