import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const StarHalf: m.Component<SVGAttributes>;
export default StarHalf;
