import * as react_jsx_runtime from 'react/jsx-runtime';
import { SvgIconProps } from '@mui/material';

declare const StarHalf: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;

export { StarHalf as default };
