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