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