import { IconProps } from '../lib';
declare function CircleHalf(props: IconProps): JSX.Element;
export default CircleHalf;
